Class StageKey
java.lang.Object
software.amazon.awssdk.services.apigateway.model.StageKey
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StageKey.Builder,StageKey>
@Generated("software.amazon.awssdk:codegen")
public final class StageKey
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<StageKey.Builder,StageKey>
A reference to a unique stage identified in the format {restApiId}/{stage}.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic StageKey.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe string identifier of the associated RestApi.static Class<? extends StageKey.Builder>final StringThe stage name associated with the stage key.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
restApiId
The string identifier of the associated RestApi.
- Returns:
- The string identifier of the associated RestApi.
-
stageName
The stage name associated with the stage key.
- Returns:
- The stage name associated with the stage key.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<StageKey.Builder,StageKey>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-