public class DescribeAssessmentTargetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAssessmentTargetsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAssessmentTargetsRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public DescribeAssessmentTargetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.