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