@Generated(value="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 and Description |
|---|---|
static interface |
ApiStage.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
apiId()
API Id of the associated API stage in a usage plan.
|
static ApiStage.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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() |
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ApiStage.Builder,ApiStage>public static ApiStage.Builder builder()
public static Class<? extends ApiStage.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.