@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartResourceScanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Starts a scan of the policies applied to the specified resource.
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 | getAnalyzerArn()
 The ARN
 of the analyzer to use to scan the policies applied to the specified resource. | 
| String | getResourceArn()
 The ARN of the resource to scan. | 
| int | hashCode() | 
| void | setAnalyzerArn(String analyzerArn)
 The ARN
 of the analyzer to use to scan the policies applied to the specified resource. | 
| void | setResourceArn(String resourceArn)
 The ARN of the resource to scan. | 
| String | toString()Returns a string representation of this object. | 
| StartResourceScanRequest | withAnalyzerArn(String analyzerArn)
 The ARN
 of the analyzer to use to scan the policies applied to the specified resource. | 
| StartResourceScanRequest | withResourceArn(String resourceArn)
 The ARN of the resource to scan. | 
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 setAnalyzerArn(String analyzerArn)
The ARN of the analyzer to use to scan the policies applied to the specified resource.
analyzerArn - The ARN of the analyzer to use to scan the policies applied to the specified resource.public String getAnalyzerArn()
The ARN of the analyzer to use to scan the policies applied to the specified resource.
public StartResourceScanRequest withAnalyzerArn(String analyzerArn)
The ARN of the analyzer to use to scan the policies applied to the specified resource.
analyzerArn - The ARN of the analyzer to use to scan the policies applied to the specified resource.public void setResourceArn(String resourceArn)
The ARN of the resource to scan.
resourceArn - The ARN of the resource to scan.public String getResourceArn()
The ARN of the resource to scan.
public StartResourceScanRequest withResourceArn(String resourceArn)
The ARN of the resource to scan.
resourceArn - The ARN of the resource to scan.public String toString()
toString in class ObjectObject.toString()public StartResourceScanRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()