@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRemediationExceptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRemediationExceptionsRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRemediationExceptionsRequest |
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 AWS Config rule for which you want to delete remediation exception configuration.
|
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 AWS Config rule for which you want to delete remediation exception configuration.
|
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.
|
DeleteRemediationExceptionsRequest |
withConfigRuleName(String configRuleName)
The name of the AWS Config rule for which you want to delete remediation exception configuration.
|
DeleteRemediationExceptionsRequest |
withResourceKeys(Collection<RemediationExceptionResourceKey> resourceKeys)
An exception list of resource exception keys to be processed with the current request.
|
DeleteRemediationExceptionsRequest |
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, withSdkRequestTimeout
public void setConfigRuleName(String configRuleName)
The name of the AWS Config rule for which you want to delete remediation exception configuration.
configRuleName
- The name of the AWS Config rule for which you want to delete remediation exception configuration.public String getConfigRuleName()
The name of the AWS Config rule for which you want to delete remediation exception configuration.
public DeleteRemediationExceptionsRequest withConfigRuleName(String configRuleName)
The name of the AWS Config rule for which you want to delete remediation exception configuration.
configRuleName
- The name of the AWS Config rule for which you want to delete remediation exception configuration.public List<RemediationExceptionResourceKey> getResourceKeys()
An exception list of resource exception keys to be processed with the current request. AWS Config adds exception for each resource key. For example, AWS 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. AWS Config adds exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.
resourceKeys
- An exception list of resource exception keys to be processed with the current request. AWS Config adds
exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.public DeleteRemediationExceptionsRequest withResourceKeys(RemediationExceptionResourceKey... resourceKeys)
An exception list of resource exception keys to be processed with the current request. AWS Config adds exception for each resource key. For example, AWS 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. AWS Config adds
exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.public DeleteRemediationExceptionsRequest withResourceKeys(Collection<RemediationExceptionResourceKey> resourceKeys)
An exception list of resource exception keys to be processed with the current request. AWS Config adds exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.
resourceKeys
- An exception list of resource exception keys to be processed with the current request. AWS Config adds
exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.public String toString()
toString
in class Object
Object.toString()
public DeleteRemediationExceptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.