@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeactivateAnomalyDetectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeactivateAnomalyDetectorRequest() |
Modifier and Type | Method and Description |
---|---|
DeactivateAnomalyDetectorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAnomalyDetectorArn()
The Amazon Resource Name (ARN) of the anomaly detector.
|
int |
hashCode() |
void |
setAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
String |
toString()
Returns a string representation of this object.
|
DeactivateAnomalyDetectorRequest |
withAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
|
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 setAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
anomalyDetectorArn
- The Amazon Resource Name (ARN) of the anomaly detector.public String getAnomalyDetectorArn()
The Amazon Resource Name (ARN) of the anomaly detector.
public DeactivateAnomalyDetectorRequest withAnomalyDetectorArn(String anomalyDetectorArn)
The Amazon Resource Name (ARN) of the anomaly detector.
anomalyDetectorArn
- The Amazon Resource Name (ARN) of the anomaly detector.public String toString()
toString
in class Object
Object.toString()
public DeactivateAnomalyDetectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()