@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAuditSuppressionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAuditSuppressionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAuditSuppressionsRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAscendingOrder()
Determines whether suppressions are listed in ascending order by expiration date or not.
|
String |
getCheckName() |
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The token for the next set of results.
|
ResourceIdentifier |
getResourceIdentifier() |
int |
hashCode() |
Boolean |
isAscendingOrder()
Determines whether suppressions are listed in ascending order by expiration date or not.
|
void |
setAscendingOrder(Boolean ascendingOrder)
Determines whether suppressions are listed in ascending order by expiration date or not.
|
void |
setCheckName(String checkName) |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setResourceIdentifier(ResourceIdentifier resourceIdentifier) |
String |
toString()
Returns a string representation of this object.
|
ListAuditSuppressionsRequest |
withAscendingOrder(Boolean ascendingOrder)
Determines whether suppressions are listed in ascending order by expiration date or not.
|
ListAuditSuppressionsRequest |
withCheckName(String checkName) |
ListAuditSuppressionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListAuditSuppressionsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListAuditSuppressionsRequest |
withResourceIdentifier(ResourceIdentifier resourceIdentifier) |
addHandlerContext, copyBaseTo, 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 setCheckName(String checkName)
checkName - public String getCheckName()
public ListAuditSuppressionsRequest withCheckName(String checkName)
checkName - public void setResourceIdentifier(ResourceIdentifier resourceIdentifier)
resourceIdentifier - public ResourceIdentifier getResourceIdentifier()
public ListAuditSuppressionsRequest withResourceIdentifier(ResourceIdentifier resourceIdentifier)
resourceIdentifier - public void setAscendingOrder(Boolean ascendingOrder)
Determines whether suppressions are listed in ascending order by expiration date or not. If parameter isn't
provided, ascendingOrder=true.
ascendingOrder - Determines whether suppressions are listed in ascending order by expiration date or not. If parameter
isn't provided, ascendingOrder=true.public Boolean getAscendingOrder()
Determines whether suppressions are listed in ascending order by expiration date or not. If parameter isn't
provided, ascendingOrder=true.
ascendingOrder=true.public ListAuditSuppressionsRequest withAscendingOrder(Boolean ascendingOrder)
Determines whether suppressions are listed in ascending order by expiration date or not. If parameter isn't
provided, ascendingOrder=true.
ascendingOrder - Determines whether suppressions are listed in ascending order by expiration date or not. If parameter
isn't provided, ascendingOrder=true.public Boolean isAscendingOrder()
Determines whether suppressions are listed in ascending order by expiration date or not. If parameter isn't
provided, ascendingOrder=true.
ascendingOrder=true.public void setNextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.public String getNextToken()
The token for the next set of results.
public ListAuditSuppressionsRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
maxResults - The maximum number of results to return at one time. The default is 25.public Integer getMaxResults()
The maximum number of results to return at one time. The default is 25.
public ListAuditSuppressionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
maxResults - The maximum number of results to return at one time. The default is 25.public String toString()
toString in class ObjectObject.toString()public ListAuditSuppressionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.