@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAnomalyDetectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAnomalyDetectorRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAnomalyDetectorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAnomalyDetectorArn()
The ARN of the detector to update.
|
AnomalyDetectorConfig |
getAnomalyDetectorConfig()
Contains information about the configuration to which the detector will be updated.
|
String |
getAnomalyDetectorDescription()
The updated detector description.
|
String |
getKmsKeyArn()
The Amazon Resource Name (ARN) of an AWS KMS encryption key.
|
int |
hashCode() |
void |
setAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to update.
|
void |
setAnomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration to which the detector will be updated.
|
void |
setAnomalyDetectorDescription(String anomalyDetectorDescription)
The updated detector description.
|
void |
setKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of an AWS KMS encryption key.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAnomalyDetectorRequest |
withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to update.
|
UpdateAnomalyDetectorRequest |
withAnomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration to which the detector will be updated.
|
UpdateAnomalyDetectorRequest |
withAnomalyDetectorDescription(String anomalyDetectorDescription)
The updated detector description.
|
UpdateAnomalyDetectorRequest |
withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of an AWS KMS encryption key.
|
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 ARN of the detector to update.
anomalyDetectorArn
- The ARN of the detector to update.public String getAnomalyDetectorArn()
The ARN of the detector to update.
public UpdateAnomalyDetectorRequest withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to update.
anomalyDetectorArn
- The ARN of the detector to update.public void setKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of an AWS KMS encryption key.
kmsKeyArn
- The Amazon Resource Name (ARN) of an AWS KMS encryption key.public String getKmsKeyArn()
The Amazon Resource Name (ARN) of an AWS KMS encryption key.
public UpdateAnomalyDetectorRequest withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of an AWS KMS encryption key.
kmsKeyArn
- The Amazon Resource Name (ARN) of an AWS KMS encryption key.public void setAnomalyDetectorDescription(String anomalyDetectorDescription)
The updated detector description.
anomalyDetectorDescription
- The updated detector description.public String getAnomalyDetectorDescription()
The updated detector description.
public UpdateAnomalyDetectorRequest withAnomalyDetectorDescription(String anomalyDetectorDescription)
The updated detector description.
anomalyDetectorDescription
- The updated detector description.public void setAnomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration to which the detector will be updated.
anomalyDetectorConfig
- Contains information about the configuration to which the detector will be updated.public AnomalyDetectorConfig getAnomalyDetectorConfig()
Contains information about the configuration to which the detector will be updated.
public UpdateAnomalyDetectorRequest withAnomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration to which the detector will be updated.
anomalyDetectorConfig
- Contains information about the configuration to which the detector will be updated.public String toString()
toString
in class Object
Object.toString()
public UpdateAnomalyDetectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()