@Generated(value="software.amazon.awssdk:codegen") public final class GetLatestConfigurationRequest extends AppConfigDataRequest implements ToCopyableBuilder<GetLatestConfigurationRequest.Builder,GetLatestConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetLatestConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetLatestConfigurationRequest.Builder |
builder() |
String |
configurationToken()
Token describing the current state of the configuration session.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetLatestConfigurationRequest.Builder> |
serializableBuilderClass() |
GetLatestConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String configurationToken()
Token describing the current state of the configuration session. To obtain a token, first call the
StartConfigurationSession API. Note that every call to GetLatestConfiguration will return a
new ConfigurationToken (NextPollConfigurationToken in the response) and must be
provided to subsequent GetLatestConfiguration API calls.
This token should only be used once. To support long poll use cases, the token is valid for up to 24 hours. If a
GetLatestConfiguration call uses an expired token, the system returns
BadRequestException.
GetLatestConfiguration will
return a new ConfigurationToken (NextPollConfigurationToken in the response)
and must be provided to subsequent GetLatestConfiguration API calls.
This token should only be used once. To support long poll use cases, the token is valid for up to 24
hours. If a GetLatestConfiguration call uses an expired token, the system returns
BadRequestException.
public GetLatestConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetLatestConfigurationRequest.Builder,GetLatestConfigurationRequest>toBuilder in class AppConfigDataRequestpublic static GetLatestConfigurationRequest.Builder builder()
public static Class<? extends GetLatestConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.