StructuredPojo
, ToCopyableBuilder<ApiStage.Builder,ApiStage>
@Generated("software.amazon.awssdk:codegen") public class ApiStage extends Object implements StructuredPojo, ToCopyableBuilder<ApiStage.Builder,ApiStage>
API stage name of the associated API stage in a usage plan.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ApiStage.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
apiId() |
API Id of the associated API stage in a usage plan.
|
static ApiStage.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ApiStage.Builder> |
serializableBuilderClass() |
|
String |
stage() |
API stage name of the associated API stage in a usage plan.
|
ApiStage.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String apiId()
API Id of the associated API stage in a usage plan.
public String stage()
API stage name of the associated API stage in a usage plan.
public ApiStage.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ApiStage.Builder,ApiStage>
public static ApiStage.Builder builder()
public static Class<? extends ApiStage.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.