@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutRemediationExceptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutRemediationExceptionsRequest() |
Modifier and Type | Method and Description |
---|---|
PutRemediationExceptionsRequest |
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 create remediation exception.
|
Date |
getExpirationTime()
The exception is automatically deleted after the expiration date.
|
String |
getMessage()
The message contains an explanation of the exception.
|
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 create remediation exception.
|
void |
setExpirationTime(Date expirationTime)
The exception is automatically deleted after the expiration date.
|
void |
setMessage(String message)
The message contains an explanation of the exception.
|
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.
|
PutRemediationExceptionsRequest |
withConfigRuleName(String configRuleName)
The name of the AWS Config rule for which you want to create remediation exception.
|
PutRemediationExceptionsRequest |
withExpirationTime(Date expirationTime)
The exception is automatically deleted after the expiration date.
|
PutRemediationExceptionsRequest |
withMessage(String message)
The message contains an explanation of the exception.
|
PutRemediationExceptionsRequest |
withResourceKeys(Collection<RemediationExceptionResourceKey> resourceKeys)
An exception list of resource exception keys to be processed with the current request.
|
PutRemediationExceptionsRequest |
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 create remediation exception.
configRuleName
- The name of the AWS Config rule for which you want to create remediation exception.public String getConfigRuleName()
The name of the AWS Config rule for which you want to create remediation exception.
public PutRemediationExceptionsRequest withConfigRuleName(String configRuleName)
The name of the AWS Config rule for which you want to create remediation exception.
configRuleName
- The name of the AWS Config rule for which you want to create remediation exception.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 PutRemediationExceptionsRequest 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 PutRemediationExceptionsRequest 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 void setMessage(String message)
The message contains an explanation of the exception.
message
- The message contains an explanation of the exception.public String getMessage()
The message contains an explanation of the exception.
public PutRemediationExceptionsRequest withMessage(String message)
The message contains an explanation of the exception.
message
- The message contains an explanation of the exception.public void setExpirationTime(Date expirationTime)
The exception is automatically deleted after the expiration date.
expirationTime
- The exception is automatically deleted after the expiration date.public Date getExpirationTime()
The exception is automatically deleted after the expiration date.
public PutRemediationExceptionsRequest withExpirationTime(Date expirationTime)
The exception is automatically deleted after the expiration date.
expirationTime
- The exception is automatically deleted after the expiration date.public String toString()
toString
in class Object
Object.toString()
public PutRemediationExceptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.