public class DescribeAssessmentRunsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAssessmentRunsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAssessmentRunsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getAssessmentRunArns()
The ARN(s) specifying the assessment run(s) that you want to describe.
|
int |
hashCode() |
void |
setAssessmentRunArns(Collection<String> assessmentRunArns)
The ARN(s) specifying the assessment run(s) that you want to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAssessmentRunsRequest |
withAssessmentRunArns(Collection<String> assessmentRunArns)
The ARN(s) specifying the assessment run(s) that you want to describe.
|
DescribeAssessmentRunsRequest |
withAssessmentRunArns(String... assessmentRunArns)
The ARN(s) specifying the assessment run(s) 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> getAssessmentRunArns()
The ARN(s) specifying the assessment run(s) that you want to describe.
public void setAssessmentRunArns(Collection<String> assessmentRunArns)
The ARN(s) specifying the assessment run(s) that you want to describe.
assessmentRunArns
- The ARN(s) specifying the assessment run(s) that you want to
describe.public DescribeAssessmentRunsRequest withAssessmentRunArns(String... assessmentRunArns)
The ARN(s) specifying the assessment run(s) that you want to describe.
NOTE: This method appends the values to the existing list (if
any). Use setAssessmentRunArns(java.util.Collection)
or
withAssessmentRunArns(java.util.Collection)
if you want to
override the existing values.
assessmentRunArns
- The ARN(s) specifying the assessment run(s) that you want to
describe.public DescribeAssessmentRunsRequest withAssessmentRunArns(Collection<String> assessmentRunArns)
The ARN(s) specifying the assessment run(s) that you want to describe.
assessmentRunArns
- The ARN(s) specifying the assessment run(s) that you want to
describe.public String toString()
toString
in class Object
Object.toString()
public DescribeAssessmentRunsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.