@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeResourceScanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeResourceScanRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeResourceScanRequest |
clone() |
boolean |
equals(Object obj) |
String |
getResourceScanId()
The Amazon Resource Name (ARN) of the resource scan.
|
int |
hashCode() |
void |
setResourceScanId(String resourceScanId)
The Amazon Resource Name (ARN) of the resource scan.
|
String |
toString()
Returns a string representation of this object.
|
DescribeResourceScanRequest |
withResourceScanId(String resourceScanId)
The Amazon Resource Name (ARN) of the resource scan.
|
addHandlerContext, copyBaseTo, 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 setResourceScanId(String resourceScanId)
The Amazon Resource Name (ARN) of the resource scan.
resourceScanId - The Amazon Resource Name (ARN) of the resource scan.public String getResourceScanId()
The Amazon Resource Name (ARN) of the resource scan.
public DescribeResourceScanRequest withResourceScanId(String resourceScanId)
The Amazon Resource Name (ARN) of the resource scan.
resourceScanId - The Amazon Resource Name (ARN) of the resource scan.public String toString()
toString in class ObjectObject.toString()public DescribeResourceScanRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.