@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAnomalyDetectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAnomalyDetectorRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAnomalyDetectorRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateAnomalyDetectorRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateAnomalyDetectorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AnomalyDetectorConfig |
getAnomalyDetectorConfig()
Contains information about the configuration of the anomaly detector.
|
String |
getAnomalyDetectorDescription()
A description of the detector.
|
String |
getAnomalyDetectorName()
The name of the detector.
|
String |
getKmsKeyArn()
The ARN of the KMS key to use to encrypt your data.
|
Map<String,String> |
getTags()
A list of tags to apply
to the anomaly detector.
|
int |
hashCode() |
void |
setAnomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration of the anomaly detector.
|
void |
setAnomalyDetectorDescription(String anomalyDetectorDescription)
A description of the detector.
|
void |
setAnomalyDetectorName(String anomalyDetectorName)
The name of the detector.
|
void |
setKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key to use to encrypt your data.
|
void |
setTags(Map<String,String> tags)
A list of tags to apply
to the anomaly detector.
|
String |
toString()
Returns a string representation of this object.
|
CreateAnomalyDetectorRequest |
withAnomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration of the anomaly detector.
|
CreateAnomalyDetectorRequest |
withAnomalyDetectorDescription(String anomalyDetectorDescription)
A description of the detector.
|
CreateAnomalyDetectorRequest |
withAnomalyDetectorName(String anomalyDetectorName)
The name of the detector.
|
CreateAnomalyDetectorRequest |
withKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key to use to encrypt your data.
|
CreateAnomalyDetectorRequest |
withTags(Map<String,String> tags)
A list of tags to apply
to 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 setAnomalyDetectorName(String anomalyDetectorName)
The name of the detector.
anomalyDetectorName
- The name of the detector.public String getAnomalyDetectorName()
The name of the detector.
public CreateAnomalyDetectorRequest withAnomalyDetectorName(String anomalyDetectorName)
The name of the detector.
anomalyDetectorName
- The name of the detector.public void setAnomalyDetectorDescription(String anomalyDetectorDescription)
A description of the detector.
anomalyDetectorDescription
- A description of the detector.public String getAnomalyDetectorDescription()
A description of the detector.
public CreateAnomalyDetectorRequest withAnomalyDetectorDescription(String anomalyDetectorDescription)
A description of the detector.
anomalyDetectorDescription
- A description of the detector.public void setAnomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration of the anomaly detector.
anomalyDetectorConfig
- Contains information about the configuration of the anomaly detector.public AnomalyDetectorConfig getAnomalyDetectorConfig()
Contains information about the configuration of the anomaly detector.
public CreateAnomalyDetectorRequest withAnomalyDetectorConfig(AnomalyDetectorConfig anomalyDetectorConfig)
Contains information about the configuration of the anomaly detector.
anomalyDetectorConfig
- Contains information about the configuration of the anomaly detector.public void setKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key to use to encrypt your data.
kmsKeyArn
- The ARN of the KMS key to use to encrypt your data.public String getKmsKeyArn()
The ARN of the KMS key to use to encrypt your data.
public CreateAnomalyDetectorRequest withKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key to use to encrypt your data.
kmsKeyArn
- The ARN of the KMS key to use to encrypt your data.public Map<String,String> getTags()
A list of tags to apply to the anomaly detector.
public void setTags(Map<String,String> tags)
A list of tags to apply to the anomaly detector.
tags
- A list of tags to
apply to the anomaly detector.public CreateAnomalyDetectorRequest withTags(Map<String,String> tags)
A list of tags to apply to the anomaly detector.
tags
- A list of tags to
apply to the anomaly detector.public CreateAnomalyDetectorRequest addTagsEntry(String key, String value)
public CreateAnomalyDetectorRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateAnomalyDetectorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()