@Generated(value="software.amazon.awssdk:codegen") public final class StartConfigurationSessionResponse extends AppConfigDataResponse implements ToCopyableBuilder<StartConfigurationSessionResponse.Builder,StartConfigurationSessionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartConfigurationSessionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartConfigurationSessionResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
initialConfigurationToken()
Token encapsulating state about the configuration session.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartConfigurationSessionResponse.Builder> |
serializableBuilderClass() |
StartConfigurationSessionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String initialConfigurationToken()
Token encapsulating state about the configuration session. Provide this token to the
GetLatestConfiguration API to retrieve configuration data.
This token should only be used once in your first call to GetLatestConfiguration. You MUST use the
new token in the GetLatestConfiguration response (NextPollConfigurationToken) in each
subsequent call to GetLatestConfiguration.
GetLatestConfiguration API to retrieve configuration data.
This token should only be used once in your first call to GetLatestConfiguration. You MUST
use the new token in the GetLatestConfiguration response (
NextPollConfigurationToken) in each subsequent call to GetLatestConfiguration.
public StartConfigurationSessionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartConfigurationSessionResponse.Builder,StartConfigurationSessionResponse>toBuilder in class AwsResponsepublic static StartConfigurationSessionResponse.Builder builder()
public static Class<? extends StartConfigurationSessionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.