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