public class DescribeAssessmentTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAssessmentTemplatesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAssessmentTemplatesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getAssessmentTemplateArns()
The ARN that specifiesthe assessment templates that you want to describe.
|
int |
hashCode() |
void |
setAssessmentTemplateArns(Collection<String> assessmentTemplateArns)
The ARN that specifiesthe assessment templates that you want to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAssessmentTemplatesRequest |
withAssessmentTemplateArns(Collection<String> assessmentTemplateArns)
The ARN that specifiesthe assessment templates that you want to describe.
|
DescribeAssessmentTemplatesRequest |
withAssessmentTemplateArns(String... assessmentTemplateArns)
The ARN that specifiesthe assessment templates that you want to describe.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getAssessmentTemplateArns()
The ARN that specifiesthe assessment templates that you want to describe.
public void setAssessmentTemplateArns(Collection<String> assessmentTemplateArns)
The ARN that specifiesthe assessment templates that you want to describe.
assessmentTemplateArns
- The ARN that specifiesthe assessment templates that you want to
describe.public DescribeAssessmentTemplatesRequest withAssessmentTemplateArns(String... assessmentTemplateArns)
The ARN that specifiesthe assessment templates that you want to describe.
NOTE: This method appends the values to the existing list (if
any). Use setAssessmentTemplateArns(java.util.Collection)
or
withAssessmentTemplateArns(java.util.Collection)
if you want to
override the existing values.
assessmentTemplateArns
- The ARN that specifiesthe assessment templates that you want to
describe.public DescribeAssessmentTemplatesRequest withAssessmentTemplateArns(Collection<String> assessmentTemplateArns)
The ARN that specifiesthe assessment templates that you want to describe.
assessmentTemplateArns
- The ARN that specifiesthe assessment templates that you want to
describe.public String toString()
toString
in class Object
Object.toString()
public DescribeAssessmentTemplatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.