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