@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
FindingCriteria |
getFindingCriteria()
The criteria to use to filter the results.
|
Integer |
getMaxResults()
The maximum number of items to include in each page of the response.
|
String |
getNextToken()
The nextToken string that specifies which page of results to return in a paginated response.
|
SortCriteria |
getSortCriteria()
The criteria to use to sort the results.
|
int |
hashCode() |
void |
setFindingCriteria(FindingCriteria findingCriteria)
The criteria to use to filter the results.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to include in each page of the response.
|
void |
setNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
|
void |
setSortCriteria(SortCriteria sortCriteria)
The criteria to use to sort the results.
|
String |
toString()
Returns a string representation of this object.
|
ListFindingsRequest |
withFindingCriteria(FindingCriteria findingCriteria)
The criteria to use to filter the results.
|
ListFindingsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to include in each page of the response.
|
ListFindingsRequest |
withNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
|
ListFindingsRequest |
withSortCriteria(SortCriteria sortCriteria)
The criteria to use to sort the results.
|
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 setFindingCriteria(FindingCriteria findingCriteria)
The criteria to use to filter the results.
findingCriteria
- The criteria to use to filter the results.public FindingCriteria getFindingCriteria()
The criteria to use to filter the results.
public ListFindingsRequest withFindingCriteria(FindingCriteria findingCriteria)
The criteria to use to filter the results.
findingCriteria
- The criteria to use to filter the results.public void setMaxResults(Integer maxResults)
The maximum number of items to include in each page of the response.
maxResults
- The maximum number of items to include in each page of the response.public Integer getMaxResults()
The maximum number of items to include in each page of the response.
public ListFindingsRequest withMaxResults(Integer maxResults)
The maximum number of items to include in each page of the response.
maxResults
- The maximum number of items to include in each page of the response.public void setNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
nextToken
- The nextToken string that specifies which page of results to return in a paginated response.public String getNextToken()
The nextToken string that specifies which page of results to return in a paginated response.
public ListFindingsRequest withNextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
nextToken
- The nextToken string that specifies which page of results to return in a paginated response.public void setSortCriteria(SortCriteria sortCriteria)
The criteria to use to sort the results.
sortCriteria
- The criteria to use to sort the results.public SortCriteria getSortCriteria()
The criteria to use to sort the results.
public ListFindingsRequest withSortCriteria(SortCriteria sortCriteria)
The criteria to use to sort the results.
sortCriteria
- The criteria to use to sort the results.public String toString()
toString
in class Object
Object.toString()
public ListFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()