@Generated(value="software.amazon.awssdk:codegen") public final class ApiStage extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasThrottle()
Returns true if the Throttle property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ApiStage.Builder> |
serializableBuilderClass() |
String |
stage()
API stage name of the associated API stage in a usage plan.
|
Map<String,ThrottleSettings> |
throttle()
Map containing method level throttling information for API stage in a usage plan.
|
ApiStage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String apiId()
API Id of the associated API stage in a usage plan.
public final String stage()
API stage name of the associated API stage in a usage plan.
public final boolean hasThrottle()
public final Map<String,ThrottleSettings> throttle()
Map containing method level throttling information for API stage in a usage plan.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasThrottle() to see if a value was sent in this field.
public ApiStage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApiStage.Builder,ApiStage>public static ApiStage.Builder builder()
public static Class<? extends ApiStage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.