@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceRequestStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetResourceRequestStatusRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetResourceRequestStatusRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getRequestToken()
 A unique token used to track the progress of the resource operation request. | 
| int | hashCode() | 
| void | setRequestToken(String requestToken)
 A unique token used to track the progress of the resource operation request. | 
| String | toString()Returns a string representation of this object. | 
| GetResourceRequestStatusRequest | withRequestToken(String requestToken)
 A unique token used to track the progress of the resource operation request. | 
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, withSdkRequestTimeoutpublic void setRequestToken(String requestToken)
A unique token used to track the progress of the resource operation request.
 Request tokens are included in the ProgressEvent type returned by a resource operation request.
 
requestToken - A unique token used to track the progress of the resource operation request.
        
        Request tokens are included in the ProgressEvent type returned by a resource operation
        request.
public String getRequestToken()
A unique token used to track the progress of the resource operation request.
 Request tokens are included in the ProgressEvent type returned by a resource operation request.
 
         Request tokens are included in the ProgressEvent type returned by a resource operation
         request.
public GetResourceRequestStatusRequest withRequestToken(String requestToken)
A unique token used to track the progress of the resource operation request.
 Request tokens are included in the ProgressEvent type returned by a resource operation request.
 
requestToken - A unique token used to track the progress of the resource operation request.
        
        Request tokens are included in the ProgressEvent type returned by a resource operation
        request.
public String toString()
toString in class ObjectObject.toString()public GetResourceRequestStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()