@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCisScanResultsAggregatedByChecksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListCisScanResultsAggregatedByChecksRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListCisScanResultsAggregatedByChecksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
CisScanResultsAggregatedByChecksFilterCriteria |
getFilterCriteria()
The filter criteria.
|
Integer |
getMaxResults()
The maximum number of scan results aggregated by checks to be returned in a single page of results.
|
String |
getNextToken()
The pagination token from a previous request that's used to retrieve the next page of results.
|
String |
getScanArn()
The scan ARN.
|
String |
getSortBy()
The sort by order.
|
String |
getSortOrder()
The sort order.
|
int |
hashCode() |
void |
setFilterCriteria(CisScanResultsAggregatedByChecksFilterCriteria filterCriteria)
The filter criteria.
|
void |
setMaxResults(Integer maxResults)
The maximum number of scan results aggregated by checks to be returned in a single page of results.
|
void |
setNextToken(String nextToken)
The pagination token from a previous request that's used to retrieve the next page of results.
|
void |
setScanArn(String scanArn)
The scan ARN.
|
void |
setSortBy(String sortBy)
The sort by order.
|
void |
setSortOrder(String sortOrder)
The sort order.
|
String |
toString()
Returns a string representation of this object.
|
ListCisScanResultsAggregatedByChecksRequest |
withFilterCriteria(CisScanResultsAggregatedByChecksFilterCriteria filterCriteria)
The filter criteria.
|
ListCisScanResultsAggregatedByChecksRequest |
withMaxResults(Integer maxResults)
The maximum number of scan results aggregated by checks to be returned in a single page of results.
|
ListCisScanResultsAggregatedByChecksRequest |
withNextToken(String nextToken)
The pagination token from a previous request that's used to retrieve the next page of results.
|
ListCisScanResultsAggregatedByChecksRequest |
withScanArn(String scanArn)
The scan ARN.
|
ListCisScanResultsAggregatedByChecksRequest |
withSortBy(CisScanResultsAggregatedByChecksSortBy sortBy)
The sort by order.
|
ListCisScanResultsAggregatedByChecksRequest |
withSortBy(String sortBy)
The sort by order.
|
ListCisScanResultsAggregatedByChecksRequest |
withSortOrder(CisSortOrder sortOrder)
The sort order.
|
ListCisScanResultsAggregatedByChecksRequest |
withSortOrder(String sortOrder)
The sort order.
|
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, withSdkRequestTimeoutpublic ListCisScanResultsAggregatedByChecksRequest()
public void setFilterCriteria(CisScanResultsAggregatedByChecksFilterCriteria filterCriteria)
The filter criteria.
filterCriteria - The filter criteria.public CisScanResultsAggregatedByChecksFilterCriteria getFilterCriteria()
The filter criteria.
public ListCisScanResultsAggregatedByChecksRequest withFilterCriteria(CisScanResultsAggregatedByChecksFilterCriteria filterCriteria)
The filter criteria.
filterCriteria - The filter criteria.public void setMaxResults(Integer maxResults)
The maximum number of scan results aggregated by checks to be returned in a single page of results.
maxResults - The maximum number of scan results aggregated by checks to be returned in a single page of results.public Integer getMaxResults()
The maximum number of scan results aggregated by checks to be returned in a single page of results.
public ListCisScanResultsAggregatedByChecksRequest withMaxResults(Integer maxResults)
The maximum number of scan results aggregated by checks to be returned in a single page of results.
maxResults - The maximum number of scan results aggregated by checks to be returned in a single page of results.public void setNextToken(String nextToken)
The pagination token from a previous request that's used to retrieve the next page of results.
nextToken - The pagination token from a previous request that's used to retrieve the next page of results.public String getNextToken()
The pagination token from a previous request that's used to retrieve the next page of results.
public ListCisScanResultsAggregatedByChecksRequest withNextToken(String nextToken)
The pagination token from a previous request that's used to retrieve the next page of results.
nextToken - The pagination token from a previous request that's used to retrieve the next page of results.public void setScanArn(String scanArn)
The scan ARN.
scanArn - The scan ARN.public String getScanArn()
The scan ARN.
public ListCisScanResultsAggregatedByChecksRequest withScanArn(String scanArn)
The scan ARN.
scanArn - The scan ARN.public void setSortBy(String sortBy)
The sort by order.
sortBy - The sort by order.CisScanResultsAggregatedByChecksSortBypublic String getSortBy()
The sort by order.
CisScanResultsAggregatedByChecksSortBypublic ListCisScanResultsAggregatedByChecksRequest withSortBy(String sortBy)
The sort by order.
sortBy - The sort by order.CisScanResultsAggregatedByChecksSortBypublic ListCisScanResultsAggregatedByChecksRequest withSortBy(CisScanResultsAggregatedByChecksSortBy sortBy)
The sort by order.
sortBy - The sort by order.CisScanResultsAggregatedByChecksSortBypublic void setSortOrder(String sortOrder)
The sort order.
sortOrder - The sort order.CisSortOrderpublic String getSortOrder()
The sort order.
CisSortOrderpublic ListCisScanResultsAggregatedByChecksRequest withSortOrder(String sortOrder)
The sort order.
sortOrder - The sort order.CisSortOrderpublic ListCisScanResultsAggregatedByChecksRequest withSortOrder(CisSortOrder sortOrder)
The sort order.
sortOrder - The sort order.CisSortOrderpublic String toString()
toString in class ObjectObject.toString()public ListCisScanResultsAggregatedByChecksRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()