public class StopConfigurationRecorderRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The input for the StopConfigurationRecorder action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
configurationRecorderName
The name of the recorder object that records each configuration change
made to the resources.
|
NOOP
Constructor and Description |
---|
StopConfigurationRecorderRequest() |
Modifier and Type | Method and Description |
---|---|
StopConfigurationRecorderRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigurationRecorderName()
The name of the recorder object that records each configuration change
made to the resources.
|
int |
hashCode() |
void |
setConfigurationRecorderName(java.lang.String configurationRecorderName)
The name of the recorder object that records each configuration change
made to the resources.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StopConfigurationRecorderRequest |
withConfigurationRecorderName(java.lang.String configurationRecorderName)
The name of the recorder object that records each configuration change
made to the resources.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String configurationRecorderName
The name of the recorder object that records each configuration change made to the resources.
public void setConfigurationRecorderName(java.lang.String configurationRecorderName)
The name of the recorder object that records each configuration change made to the resources.
configurationRecorderName
- The name of the recorder object that records each configuration
change made to the resources.public java.lang.String getConfigurationRecorderName()
The name of the recorder object that records each configuration change made to the resources.
public StopConfigurationRecorderRequest withConfigurationRecorderName(java.lang.String configurationRecorderName)
The name of the recorder object that records each configuration change made to the resources.
configurationRecorderName
- The name of the recorder object that records each configuration
change made to the resources.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public StopConfigurationRecorderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()