@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRemediationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteRemediationConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteRemediationConfigurationRequest |
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 for which you want to delete remediation configuration.
|
String |
getResourceType()
The type of a resource.
|
int |
hashCode() |
void |
setConfigRuleName(String configRuleName)
The name of the Config rule for which you want to delete remediation configuration.
|
void |
setResourceType(String resourceType)
The type of a resource.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRemediationConfigurationRequest |
withConfigRuleName(String configRuleName)
The name of the Config rule for which you want to delete remediation configuration.
|
DeleteRemediationConfigurationRequest |
withResourceType(String resourceType)
The type of a resource.
|
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 DeleteRemediationConfigurationRequest()
public void setConfigRuleName(String configRuleName)
The name of the Config rule for which you want to delete remediation configuration.
configRuleName - The name of the Config rule for which you want to delete remediation configuration.public String getConfigRuleName()
The name of the Config rule for which you want to delete remediation configuration.
public DeleteRemediationConfigurationRequest withConfigRuleName(String configRuleName)
The name of the Config rule for which you want to delete remediation configuration.
configRuleName - The name of the Config rule for which you want to delete remediation configuration.public void setResourceType(String resourceType)
The type of a resource.
resourceType - The type of a resource.public String getResourceType()
The type of a resource.
public DeleteRemediationConfigurationRequest withResourceType(String resourceType)
The type of a resource.
resourceType - The type of a resource.public String toString()
toString in class ObjectObject.toString()public DeleteRemediationConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()