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