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