StructuredPojo
, ToCopyableBuilder<StageKey.Builder,StageKey>
@Generated("software.amazon.awssdk:codegen") public class StageKey extends Object implements StructuredPojo, ToCopyableBuilder<StageKey.Builder,StageKey>
A reference to a unique stage identified in the format {restApiId}/{stage}
.
Modifier and Type | Class | Description |
---|---|---|
static interface |
StageKey.Builder |
Modifier and Type | Method | Description |
---|---|---|
static StageKey.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
restApiId() |
|
static Class<? extends StageKey.Builder> |
serializableBuilderClass() |
|
String |
stageName() |
The stage name in the RestApi that the stage key references.
|
StageKey.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String restApiId()
public String stageName()
The stage name in the RestApi that the stage key references.
public StageKey.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StageKey.Builder,StageKey>
public static StageKey.Builder builder()
public static Class<? extends StageKey.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.