@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAnalyzedResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Retrieves an analyzed resource.
NOOP
Constructor and Description |
---|
GetAnalyzedResourceRequest() |
Modifier and Type | Method and Description |
---|---|
GetAnalyzedResourceRequest |
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 retrieve information from.
|
String |
getResourceArn()
The ARN of the resource to retrieve information about.
|
int |
hashCode() |
void |
setAnalyzerArn(String analyzerArn)
The ARN
of the analyzer to retrieve information from.
|
void |
setResourceArn(String resourceArn)
The ARN of the resource to retrieve information about.
|
String |
toString()
Returns a string representation of this object.
|
GetAnalyzedResourceRequest |
withAnalyzerArn(String analyzerArn)
The ARN
of the analyzer to retrieve information from.
|
GetAnalyzedResourceRequest |
withResourceArn(String resourceArn)
The ARN of the resource to retrieve information about.
|
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 setAnalyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve information from.
analyzerArn
- The ARN of the analyzer to retrieve information from.public String getAnalyzerArn()
The ARN of the analyzer to retrieve information from.
public GetAnalyzedResourceRequest withAnalyzerArn(String analyzerArn)
The ARN of the analyzer to retrieve information from.
analyzerArn
- The ARN of the analyzer to retrieve information from.public void setResourceArn(String resourceArn)
The ARN of the resource to retrieve information about.
resourceArn
- The ARN of the resource to retrieve information about.public String getResourceArn()
The ARN of the resource to retrieve information about.
public GetAnalyzedResourceRequest withResourceArn(String resourceArn)
The ARN of the resource to retrieve information about.
resourceArn
- The ARN of the resource to retrieve information about.public String toString()
toString
in class Object
Object.toString()
public GetAnalyzedResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()