@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListFindingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListFindingsRequest |
clone() |
boolean |
equals(Object obj) |
FilterCriteria |
getFilterCriteria()
Details on the filters to apply to your finding results.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
A token to use for paginating results that are returned in the response.
|
SortCriteria |
getSortCriteria()
Details on the sort criteria to apply to your finding results.
|
int |
hashCode() |
void |
setFilterCriteria(FilterCriteria filterCriteria)
Details on the filters to apply to your finding results.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
void |
setSortCriteria(SortCriteria sortCriteria)
Details on the sort criteria to apply to your finding results.
|
String |
toString()
Returns a string representation of this object.
|
ListFindingsRequest |
withFilterCriteria(FilterCriteria filterCriteria)
Details on the filters to apply to your finding results.
|
ListFindingsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListFindingsRequest |
withNextToken(String nextToken)
A token to use for paginating results that are returned in the response.
|
ListFindingsRequest |
withSortCriteria(SortCriteria sortCriteria)
Details on the sort criteria to apply to your finding results.
|
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 setFilterCriteria(FilterCriteria filterCriteria)
Details on the filters to apply to your finding results.
filterCriteria - Details on the filters to apply to your finding results.public FilterCriteria getFilterCriteria()
Details on the filters to apply to your finding results.
public ListFindingsRequest withFilterCriteria(FilterCriteria filterCriteria)
Details on the filters to apply to your finding results.
filterCriteria - Details on the filters to apply to your finding results.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public ListFindingsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.public void setNextToken(String nextToken)
A token to use for paginating results that are returned in the response. Set the value of this parameter to null
for the first request to a list action. For subsequent calls, use the NextToken value returned from
the previous request to continue listing results after the first page.
nextToken - A token to use for paginating results that are returned in the response. Set the value of this parameter
to null for the first request to a list action. For subsequent calls, use the NextToken value
returned from the previous request to continue listing results after the first page.public String getNextToken()
A token to use for paginating results that are returned in the response. Set the value of this parameter to null
for the first request to a list action. For subsequent calls, use the NextToken value returned from
the previous request to continue listing results after the first page.
NextToken
value returned from the previous request to continue listing results after the first page.public ListFindingsRequest withNextToken(String nextToken)
A token to use for paginating results that are returned in the response. Set the value of this parameter to null
for the first request to a list action. For subsequent calls, use the NextToken value returned from
the previous request to continue listing results after the first page.
nextToken - A token to use for paginating results that are returned in the response. Set the value of this parameter
to null for the first request to a list action. For subsequent calls, use the NextToken value
returned from the previous request to continue listing results after the first page.public void setSortCriteria(SortCriteria sortCriteria)
Details on the sort criteria to apply to your finding results.
sortCriteria - Details on the sort criteria to apply to your finding results.public SortCriteria getSortCriteria()
Details on the sort criteria to apply to your finding results.
public ListFindingsRequest withSortCriteria(SortCriteria sortCriteria)
Details on the sort criteria to apply to your finding results.
sortCriteria - Details on the sort criteria to apply to your finding results.public String toString()
toString in class ObjectObject.toString()public ListFindingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.