public class ListAssessmentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAssessmentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAssessmentsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getApplicationArns()
A list of ARNs specifying the applications the assessments of which you
want to list.
|
AssessmentsFilter |
getFilter()
You can use this parameter to specify a subset of data to be included in
the action's response.
|
Integer |
getMaxResults()
You can use this parameter to indicate the maximum number of items you
want in the response.
|
String |
getNextToken()
You can use this parameter when paginating results.
|
int |
hashCode() |
void |
setApplicationArns(Collection<String> applicationArns)
A list of ARNs specifying the applications the assessments of which you
want to list.
|
void |
setFilter(AssessmentsFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
void |
setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you
want in the response.
|
void |
setNextToken(String nextToken)
You can use this parameter when paginating results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAssessmentsRequest |
withApplicationArns(Collection<String> applicationArns)
A list of ARNs specifying the applications the assessments of which you
want to list.
|
ListAssessmentsRequest |
withApplicationArns(String... applicationArns)
A list of ARNs specifying the applications the assessments of which you
want to list.
|
ListAssessmentsRequest |
withFilter(AssessmentsFilter filter)
You can use this parameter to specify a subset of data to be included in
the action's response.
|
ListAssessmentsRequest |
withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you
want in the response.
|
ListAssessmentsRequest |
withNextToken(String nextToken)
You can use this parameter when paginating results.
|
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> getApplicationArns()
A list of ARNs specifying the applications the assessments of which you want to list.
public void setApplicationArns(Collection<String> applicationArns)
A list of ARNs specifying the applications the assessments of which you want to list.
applicationArns
- A list of ARNs specifying the applications the assessments of
which you want to list.public ListAssessmentsRequest withApplicationArns(String... applicationArns)
A list of ARNs specifying the applications the assessments of which you want to list.
NOTE: This method appends the values to the existing list (if
any). Use setApplicationArns(java.util.Collection)
or
withApplicationArns(java.util.Collection)
if you want to
override the existing values.
applicationArns
- A list of ARNs specifying the applications the assessments of
which you want to list.public ListAssessmentsRequest withApplicationArns(Collection<String> applicationArns)
A list of ARNs specifying the applications the assessments of which you want to list.
applicationArns
- A list of ARNs specifying the applications the assessments of
which you want to list.public void setFilter(AssessmentsFilter filter)
You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
filter
- You can use this parameter to specify a subset of data to be
included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
public AssessmentsFilter getFilter()
You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
public ListAssessmentsRequest withFilter(AssessmentsFilter filter)
You can use this parameter to specify a subset of data to be included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
filter
- You can use this parameter to specify a subset of data to be
included in the action's response.
For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match.
public void setNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to 'null' on your first call to the ListAssessments action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from previous response to continue listing data.
nextToken
- You can use this parameter when paginating results. Set the value
of this parameter to 'null' on your first call to the
ListAssessments action. Subsequent calls to the action fill
nextToken in the request with the value of NextToken
from previous response to continue listing data.public String getNextToken()
You can use this parameter when paginating results. Set the value of this parameter to 'null' on your first call to the ListAssessments action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from previous response to continue listing data.
public ListAssessmentsRequest withNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to 'null' on your first call to the ListAssessments action. Subsequent calls to the action fill nextToken in the request with the value of NextToken from previous response to continue listing data.
nextToken
- You can use this parameter when paginating results. Set the value
of this parameter to 'null' on your first call to the
ListAssessments action. Subsequent calls to the action fill
nextToken in the request with the value of NextToken
from previous response to continue listing data.public void setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
maxResults
- You can use this parameter to indicate the maximum number of items
you want in the response. The default value is 10. The maximum
value is 500.public Integer getMaxResults()
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
public ListAssessmentsRequest withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 10. The maximum value is 500.
maxResults
- You can use this parameter to indicate the maximum number of items
you want in the response. The default value is 10. The maximum
value is 500.public String toString()
toString
in class Object
Object.toString()
public ListAssessmentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.