public class DescribeAssessmentTargetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeAssessmentTargetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAssessmentTargetsRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAssessmentTargetArns()
The ARNs that specifies the assessment targets that you want to describe.
|
int |
hashCode() |
void |
setAssessmentTargetArns(Collection<String> assessmentTargetArns)
The ARNs that specifies the assessment targets that you want to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAssessmentTargetsRequest |
withAssessmentTargetArns(Collection<String> assessmentTargetArns)
The ARNs that specifies the assessment targets that you want to describe.
|
DescribeAssessmentTargetsRequest |
withAssessmentTargetArns(String... assessmentTargetArns)
The ARNs that specifies the assessment targets that you want to describe.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getAssessmentTargetArns()
The ARNs that specifies the assessment targets that you want to describe.
public void setAssessmentTargetArns(Collection<String> assessmentTargetArns)
The ARNs that specifies the assessment targets that you want to describe.
assessmentTargetArns - The ARNs that specifies the assessment targets that you want to
describe.public DescribeAssessmentTargetsRequest withAssessmentTargetArns(String... assessmentTargetArns)
The ARNs that specifies the assessment targets that you want to describe.
NOTE: This method appends the values to the existing list (if
any). Use setAssessmentTargetArns(java.util.Collection) or
withAssessmentTargetArns(java.util.Collection) if you want to
override the existing values.
assessmentTargetArns - The ARNs that specifies the assessment targets that you want to
describe.public DescribeAssessmentTargetsRequest withAssessmentTargetArns(Collection<String> assessmentTargetArns)
The ARNs that specifies the assessment targets that you want to describe.
assessmentTargetArns - The ARNs that specifies the assessment targets that you want to
describe.public String toString()
toString in class ObjectObject.toString()public DescribeAssessmentTargetsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.