@Generated(value="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}.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StageKey.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StageKey.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
restApiId()
The string identifier of the associated RestApi.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StageKey.Builder> |
serializableBuilderClass() |
String |
stageName()
The stage name associated with the stage key.
|
StageKey.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String restApiId()
The string identifier of the associated RestApi.
public final String stageName()
The stage name associated with the stage key.
public StageKey.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StageKey.Builder,StageKey>public static StageKey.Builder builder()
public static Class<? extends StageKey.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.