@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
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.
|
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, 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()