@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() |
boolean |
equals(Object obj) |
AwsSecurityFindingFilters |
getFilters()
The findings attributes used to define a condition to filter the findings returned.
|
Integer |
getMaxResults()
The maximum number of findings to return.
|
String |
getNextToken()
Paginates results.
|
List<SortCriterion> |
getSortCriteria()
Findings attributes used to sort the list of findings returned.
|
int |
hashCode() |
void |
setFilters(AwsSecurityFindingFilters filters)
The findings attributes used to define a condition to filter the findings returned.
|
void |
setMaxResults(Integer maxResults)
The maximum number of findings to return.
|
void |
setNextToken(String nextToken)
Paginates results.
|
void |
setSortCriteria(Collection<SortCriterion> sortCriteria)
Findings attributes used to sort the list of findings returned.
|
String |
toString()
Returns a string representation of this object.
|
GetFindingsRequest |
withFilters(AwsSecurityFindingFilters filters)
The findings attributes used to define a condition to filter the findings returned.
|
GetFindingsRequest |
withMaxResults(Integer maxResults)
The maximum number of findings to return.
|
GetFindingsRequest |
withNextToken(String nextToken)
Paginates results.
|
GetFindingsRequest |
withSortCriteria(Collection<SortCriterion> sortCriteria)
Findings attributes used to sort the list of findings returned.
|
GetFindingsRequest |
withSortCriteria(SortCriterion... sortCriteria)
Findings attributes used to sort the list of findings returned.
|
addHandlerContext, copyBaseTo, 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 void setFilters(AwsSecurityFindingFilters filters)
The findings attributes used to define a condition to filter the findings returned.
filters - The findings attributes used to define a condition to filter the findings returned.public AwsSecurityFindingFilters getFilters()
The findings attributes used to define a condition to filter the findings returned.
public GetFindingsRequest withFilters(AwsSecurityFindingFilters filters)
The findings attributes used to define a condition to filter the findings returned.
filters - The findings attributes used to define a condition to filter the findings returned.public List<SortCriterion> getSortCriteria()
Findings attributes used to sort the list of findings returned.
public void setSortCriteria(Collection<SortCriterion> sortCriteria)
Findings attributes used to sort the list of findings returned.
sortCriteria - Findings attributes used to sort the list of findings returned.public GetFindingsRequest withSortCriteria(SortCriterion... sortCriteria)
Findings attributes used to sort the list of findings returned.
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 - Findings attributes used to sort the list of findings returned.public GetFindingsRequest withSortCriteria(Collection<SortCriterion> sortCriteria)
Findings attributes used to sort the list of findings returned.
sortCriteria - Findings attributes used to sort the list of findings returned.public void setNextToken(String nextToken)
Paginates results. On your first call to the GetFindings operation, set the value of this parameter
to NULL. 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. On your first call to the GetFindings operation, set the value of this
parameter to NULL. 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. On your first call to the GetFindings operation, set the value of this parameter
to NULL. For subsequent calls to the operation, fill nextToken in the request with the
value of nextToken from the previous response to continue listing data.
GetFindings operation, set the value of this
parameter to NULL. 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. On your first call to the GetFindings operation, set the value of this parameter
to NULL. 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. On your first call to the GetFindings operation, set the value of this
parameter to NULL. 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)
The maximum number of findings to return.
maxResults - The maximum number of findings to return.public Integer getMaxResults()
The maximum number of findings to return.
public GetFindingsRequest withMaxResults(Integer maxResults)
The maximum number of findings to return.
maxResults - The maximum number of findings to return.public String toString()
toString in class ObjectObject.toString()public GetFindingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.