@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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DescribeResourceScanRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.