@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetFindingsRequest() |
Modifier and Type | Method and Description |
---|---|
GetFindingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AwsSecurityFindingFilters |
getFilters()
A collection of attributes that is use for querying findings.
|
Integer |
getMaxResults()
Indicates the maximum number of items that you want in the response.
|
String |
getNextToken()
Paginates results.
|
List<SortCriterion> |
getSortCriteria()
A collection of attributes used for sorting findings.
|
int |
hashCode() |
void |
setFilters(AwsSecurityFindingFilters filters)
A collection of attributes that is use for querying findings.
|
void |
setMaxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
|
void |
setNextToken(String nextToken)
Paginates results.
|
void |
setSortCriteria(Collection<SortCriterion> sortCriteria)
A collection of attributes used for sorting findings.
|
String |
toString()
Returns a string representation of this object.
|
GetFindingsRequest |
withFilters(AwsSecurityFindingFilters filters)
A collection of attributes that is use for querying findings.
|
GetFindingsRequest |
withMaxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
|
GetFindingsRequest |
withNextToken(String nextToken)
Paginates results.
|
GetFindingsRequest |
withSortCriteria(Collection<SortCriterion> sortCriteria)
A collection of attributes used for sorting findings.
|
GetFindingsRequest |
withSortCriteria(SortCriterion... sortCriteria)
A collection of attributes used for sorting findings.
|
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, withSdkRequestTimeout
public void setFilters(AwsSecurityFindingFilters filters)
A collection of attributes that is use for querying findings.
filters
- A collection of attributes that is use for querying findings.public AwsSecurityFindingFilters getFilters()
A collection of attributes that is use for querying findings.
public GetFindingsRequest withFilters(AwsSecurityFindingFilters filters)
A collection of attributes that is use for querying findings.
filters
- A collection of attributes that is use for querying findings.public List<SortCriterion> getSortCriteria()
A collection of attributes used for sorting findings.
public void setSortCriteria(Collection<SortCriterion> sortCriteria)
A collection of attributes used for sorting findings.
sortCriteria
- A collection of attributes used for sorting findings.public GetFindingsRequest withSortCriteria(SortCriterion... sortCriteria)
A collection of attributes used for sorting findings.
NOTE: This method appends the values to the existing list (if any). Use
setSortCriteria(java.util.Collection)
or withSortCriteria(java.util.Collection)
if you want to
override the existing values.
sortCriteria
- A collection of attributes used for sorting findings.public GetFindingsRequest withSortCriteria(Collection<SortCriterion> sortCriteria)
A collection of attributes used for sorting findings.
sortCriteria
- A collection of attributes used for sorting findings.public void setNextToken(String nextToken)
Paginates results. Set the value of this parameter to NULL on your first call to the GetFindings operation. For subsequent calls to the operation, fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
nextToken
- Paginates results. Set the value of this parameter to NULL on your first call to the GetFindings
operation. For subsequent calls to the operation, fill nextToken in the request with the value of
nextToken from the previous response to continue listing data.public String getNextToken()
Paginates results. Set the value of this parameter to NULL on your first call to the GetFindings operation. For subsequent calls to the operation, fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
public GetFindingsRequest withNextToken(String nextToken)
Paginates results. Set the value of this parameter to NULL on your first call to the GetFindings operation. For subsequent calls to the operation, fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
nextToken
- Paginates results. Set the value of this parameter to NULL on your first call to the GetFindings
operation. For subsequent calls to the operation, fill nextToken in the request with the value of
nextToken from the previous response to continue listing data.public void setMaxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
maxResults
- Indicates the maximum number of items that you want in the response.public Integer getMaxResults()
Indicates the maximum number of items that you want in the response.
public GetFindingsRequest withMaxResults(Integer maxResults)
Indicates the maximum number of items that you want in the response.
maxResults
- Indicates the maximum number of items that you want in the response.public String toString()
toString
in class Object
Object.toString()
public GetFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.