@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteConfigurationRecorderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request object for the DeleteConfigurationRecorder
action.
NOOP
Constructor and Description |
---|
DeleteConfigurationRecorderRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteConfigurationRecorderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationRecorderName()
The name of the configuration recorder to be deleted.
|
int |
hashCode() |
void |
setConfigurationRecorderName(String configurationRecorderName)
The name of the configuration recorder to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteConfigurationRecorderRequest |
withConfigurationRecorderName(String configurationRecorderName)
The name of the configuration recorder to be deleted.
|
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 setConfigurationRecorderName(String configurationRecorderName)
The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by
using the DescribeConfigurationRecorders
action.
configurationRecorderName
- The name of the configuration recorder to be deleted. You can retrieve the name of your configuration
recorder by using the DescribeConfigurationRecorders
action.public String getConfigurationRecorderName()
The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by
using the DescribeConfigurationRecorders
action.
DescribeConfigurationRecorders
action.public DeleteConfigurationRecorderRequest withConfigurationRecorderName(String configurationRecorderName)
The name of the configuration recorder to be deleted. You can retrieve the name of your configuration recorder by
using the DescribeConfigurationRecorders
action.
configurationRecorderName
- The name of the configuration recorder to be deleted. You can retrieve the name of your configuration
recorder by using the DescribeConfigurationRecorders
action.public String toString()
toString
in class Object
Object.toString()
public DeleteConfigurationRecorderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.