@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRemediationExceptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeRemediationExceptionsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeRemediationExceptionsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getConfigRuleName()
 The name of the Config rule. | 
| Integer | getLimit()
 The maximum number of RemediationExceptionResourceKey returned on each page. | 
| String | getNextToken()
 The  nextTokenstring returned in a previous request that you use to request the next page of results
 in a paginated response. | 
| List<RemediationExceptionResourceKey> | getResourceKeys()
 An exception list of resource exception keys to be processed with the current request. | 
| int | hashCode() | 
| void | setConfigRuleName(String configRuleName)
 The name of the Config rule. | 
| void | setLimit(Integer limit)
 The maximum number of RemediationExceptionResourceKey returned on each page. | 
| void | setNextToken(String nextToken)
 The  nextTokenstring returned in a previous request that you use to request the next page of results
 in a paginated response. | 
| void | setResourceKeys(Collection<RemediationExceptionResourceKey> resourceKeys)
 An exception list of resource exception keys to be processed with the current request. | 
| String | toString()Returns a string representation of this object. | 
| DescribeRemediationExceptionsRequest | withConfigRuleName(String configRuleName)
 The name of the Config rule. | 
| DescribeRemediationExceptionsRequest | withLimit(Integer limit)
 The maximum number of RemediationExceptionResourceKey returned on each page. | 
| DescribeRemediationExceptionsRequest | withNextToken(String nextToken)
 The  nextTokenstring returned in a previous request that you use to request the next page of results
 in a paginated response. | 
| DescribeRemediationExceptionsRequest | withResourceKeys(Collection<RemediationExceptionResourceKey> resourceKeys)
 An exception list of resource exception keys to be processed with the current request. | 
| DescribeRemediationExceptionsRequest | withResourceKeys(RemediationExceptionResourceKey... resourceKeys)
 An exception list of resource exception keys to be processed with the current request. | 
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 DescribeRemediationExceptionsRequest()
public void setConfigRuleName(String configRuleName)
The name of the Config rule.
configRuleName - The name of the Config rule.public String getConfigRuleName()
The name of the Config rule.
public DescribeRemediationExceptionsRequest withConfigRuleName(String configRuleName)
The name of the Config rule.
configRuleName - The name of the Config rule.public List<RemediationExceptionResourceKey> getResourceKeys()
An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.
public void setResourceKeys(Collection<RemediationExceptionResourceKey> resourceKeys)
An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.
resourceKeys - An exception list of resource exception keys to be processed with the current request. Config adds
        exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.public DescribeRemediationExceptionsRequest withResourceKeys(RemediationExceptionResourceKey... resourceKeys)
An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.
 NOTE: This method appends the values to the existing list (if any). Use
 setResourceKeys(java.util.Collection) or withResourceKeys(java.util.Collection) if you want to
 override the existing values.
 
resourceKeys - An exception list of resource exception keys to be processed with the current request. Config adds
        exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.public DescribeRemediationExceptionsRequest withResourceKeys(Collection<RemediationExceptionResourceKey> resourceKeys)
An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.
resourceKeys - An exception list of resource exception keys to be processed with the current request. Config adds
        exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.public void setLimit(Integer limit)
The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, Config uses the default.
limit - The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you
        specify 0, Config uses the default.public Integer getLimit()
The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, Config uses the default.
public DescribeRemediationExceptionsRequest withLimit(Integer limit)
The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, Config uses the default.
limit - The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you
        specify 0, Config uses the default.public void setNextToken(String nextToken)
 The nextToken string returned in a previous request that you use to request the next page of results
 in a paginated response.
 
nextToken - The nextToken string returned in a previous request that you use to request the next page of
        results in a paginated response.public String getNextToken()
 The nextToken string returned in a previous request that you use to request the next page of results
 in a paginated response.
 
nextToken string returned in a previous request that you use to request the next page of
         results in a paginated response.public DescribeRemediationExceptionsRequest withNextToken(String nextToken)
 The nextToken string returned in a previous request that you use to request the next page of results
 in a paginated response.
 
nextToken - The nextToken string returned in a previous request that you use to request the next page of
        results in a paginated response.public String toString()
toString in class ObjectObject.toString()public DescribeRemediationExceptionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()