public class StopConfigurationRecorderRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable
StopConfigurationRecorder operation.
Stops recording configurations of the AWS resources you have selected to record in your AWS account.
| Constructor and Description |
|---|
StopConfigurationRecorderRequest() |
| Modifier and Type | Method and Description |
|---|---|
StopConfigurationRecorderRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationRecorderName()
The name of the recorder object that records each configuration change
made to the resources.
|
int |
hashCode() |
void |
setConfigurationRecorderName(String configurationRecorderName)
The name of the recorder object that records each configuration change
made to the resources.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StopConfigurationRecorderRequest |
withConfigurationRecorderName(String configurationRecorderName)
The name of the recorder object that records each configuration change
made to the resources.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getConfigurationRecorderName()
Constraints:
Length: 1 - 256
public void setConfigurationRecorderName(String configurationRecorderName)
Constraints:
Length: 1 - 256
configurationRecorderName - The name of the recorder object that records each configuration change
made to the resources.public StopConfigurationRecorderRequest withConfigurationRecorderName(String configurationRecorderName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
configurationRecorderName - The name of the recorder object that records each configuration change
made to the resources.public String toString()
toString in class ObjectObject.toString()public StopConfigurationRecorderRequest clone()
clone in class com.amazonaws.AmazonWebServiceRequestCopyright © 2015. All rights reserved.