@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
StartResourceScan request. |
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A unique identifier for this
StartResourceScan request. |
String |
toString()
Returns a string representation of this object.
|
StartResourceScanRequest |
withClientRequestToken(String clientRequestToken)
A unique identifier for this
StartResourceScan 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public StartResourceScanRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()