@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartResourceScanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| StartResourceScanRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartResourceScanRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getClientRequestToken()
 A unique identifier for this  StartResourceScanrequest. | 
| int | hashCode() | 
| void | setClientRequestToken(String clientRequestToken)
 A unique identifier for this  StartResourceScanrequest. | 
| String | toString()Returns a string representation of this object. | 
| StartResourceScanRequest | withClientRequestToken(String clientRequestToken)
 A unique identifier for this  StartResourceScanrequest. | 
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 setClientRequestToken(String clientRequestToken)
 A unique identifier for this StartResourceScan request. Specify this token if you plan to retry
 requests so that CloudFormation knows that you're not attempting to start a new resource scan.
 
clientRequestToken - A unique identifier for this StartResourceScan request. Specify this token if you plan to
        retry requests so that CloudFormation knows that you're not attempting to start a new resource scan.public String getClientRequestToken()
 A unique identifier for this StartResourceScan request. Specify this token if you plan to retry
 requests so that CloudFormation knows that you're not attempting to start a new resource scan.
 
StartResourceScan request. Specify this token if you plan to
         retry requests so that CloudFormation knows that you're not attempting to start a new resource scan.public StartResourceScanRequest withClientRequestToken(String clientRequestToken)
 A unique identifier for this StartResourceScan request. Specify this token if you plan to retry
 requests so that CloudFormation knows that you're not attempting to start a new resource scan.
 
clientRequestToken - A unique identifier for this StartResourceScan request. Specify this token if you plan to
        retry requests so that CloudFormation knows that you're not attempting to start a new resource scan.public String toString()
toString in class ObjectObject.toString()public StartResourceScanRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()