@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLatestConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetLatestConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetLatestConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationToken()
Token describing the current state of the configuration session.
|
int |
hashCode() |
void |
setConfigurationToken(String configurationToken)
Token describing the current state of the configuration session.
|
String |
toString()
Returns a string representation of this object.
|
GetLatestConfigurationRequest |
withConfigurationToken(String configurationToken)
Token describing the current state of the configuration session.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setConfigurationToken(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.
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.public String getConfigurationToken()
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.
GetLatestConfiguration will
return a new ConfigurationToken (NextPollConfigurationToken in the response)
and MUST be provided to subsequent GetLatestConfiguration API calls.public GetLatestConfigurationRequest withConfigurationToken(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.
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.public String toString()
toString in class ObjectObject.toString()public GetLatestConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.