@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, withSdkRequestTimeout
public void setDetailLevel(String detailLevel)
The detail applied to the CIS scan.
detailLevel
- The detail applied to the CIS scan.ListCisScansDetailLevel
public String getDetailLevel()
The detail applied to the CIS scan.
ListCisScansDetailLevel
public ListCisScansRequest withDetailLevel(String detailLevel)
The detail applied to the CIS scan.
detailLevel
- The detail applied to the CIS scan.ListCisScansDetailLevel
public ListCisScansRequest withDetailLevel(ListCisScansDetailLevel detailLevel)
The detail applied to the CIS scan.
detailLevel
- The detail applied to the CIS scan.ListCisScansDetailLevel
public 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.ListCisScansSortBy
public String getSortBy()
The CIS scans sort by order.
ListCisScansSortBy
public ListCisScansRequest withSortBy(String sortBy)
The CIS scans sort by order.
sortBy
- The CIS scans sort by order.ListCisScansSortBy
public ListCisScansRequest withSortBy(ListCisScansSortBy sortBy)
The CIS scans sort by order.
sortBy
- The CIS scans sort by order.ListCisScansSortBy
public void setSortOrder(String sortOrder)
The CIS scans sort order.
sortOrder
- The CIS scans sort order.CisSortOrder
public String getSortOrder()
The CIS scans sort order.
CisSortOrder
public ListCisScansRequest withSortOrder(String sortOrder)
The CIS scans sort order.
sortOrder
- The CIS scans sort order.CisSortOrder
public ListCisScansRequest withSortOrder(CisSortOrder sortOrder)
The CIS scans sort order.
sortOrder
- The CIS scans sort order.CisSortOrder
public String toString()
toString
in class Object
Object.toString()
public ListCisScansRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()