@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetLatestConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()