public class GetChangeTokenStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetChangeTokenStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetChangeTokenStatusRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getChangeToken()
The change token for which you want to get the status.
|
int |
hashCode() |
void |
setChangeToken(String changeToken)
The change token for which you want to get the status.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetChangeTokenStatusRequest |
withChangeToken(String changeToken)
The change token for which you want to get the status.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setChangeToken(String changeToken)
The change token for which you want to get the status. This change token
was previously returned in the GetChangeToken response.
changeToken - The change token for which you want to get the status. This change
token was previously returned in the GetChangeToken
response.public String getChangeToken()
The change token for which you want to get the status. This change token
was previously returned in the GetChangeToken response.
GetChangeToken response.public GetChangeTokenStatusRequest withChangeToken(String changeToken)
The change token for which you want to get the status. This change token
was previously returned in the GetChangeToken response.
changeToken - The change token for which you want to get the status. This change
token was previously returned in the GetChangeToken
response.public String toString()
toString in class ObjectObject.toString()public GetChangeTokenStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.