@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAnomalyDetectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAnomalyDetectorRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAnomalyDetectorRequest |
clone() |
boolean |
equals(Object obj) |
List<Dimension> |
getDimensions()
The metric dimensions associated with the anomaly detection model to delete.
|
String |
getMetricName()
The metric name associated with the anomaly detection model to delete.
|
String |
getNamespace()
The namespace associated with the anomaly detection model to delete.
|
String |
getStat()
The statistic associated with the anomaly detection model to delete.
|
int |
hashCode() |
void |
setDimensions(Collection<Dimension> dimensions)
The metric dimensions associated with the anomaly detection model to delete.
|
void |
setMetricName(String metricName)
The metric name associated with the anomaly detection model to delete.
|
void |
setNamespace(String namespace)
The namespace associated with the anomaly detection model to delete.
|
void |
setStat(String stat)
The statistic associated with the anomaly detection model to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAnomalyDetectorRequest |
withDimensions(Collection<Dimension> dimensions)
The metric dimensions associated with the anomaly detection model to delete.
|
DeleteAnomalyDetectorRequest |
withDimensions(Dimension... dimensions)
The metric dimensions associated with the anomaly detection model to delete.
|
DeleteAnomalyDetectorRequest |
withMetricName(String metricName)
The metric name associated with the anomaly detection model to delete.
|
DeleteAnomalyDetectorRequest |
withNamespace(String namespace)
The namespace associated with the anomaly detection model to delete.
|
DeleteAnomalyDetectorRequest |
withStat(String stat)
The statistic associated with the anomaly detection model to delete.
|
addHandlerContext, copyBaseTo, 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 setNamespace(String namespace)
The namespace associated with the anomaly detection model to delete.
namespace
- The namespace associated with the anomaly detection model to delete.public String getNamespace()
The namespace associated with the anomaly detection model to delete.
public DeleteAnomalyDetectorRequest withNamespace(String namespace)
The namespace associated with the anomaly detection model to delete.
namespace
- The namespace associated with the anomaly detection model to delete.public void setMetricName(String metricName)
The metric name associated with the anomaly detection model to delete.
metricName
- The metric name associated with the anomaly detection model to delete.public String getMetricName()
The metric name associated with the anomaly detection model to delete.
public DeleteAnomalyDetectorRequest withMetricName(String metricName)
The metric name associated with the anomaly detection model to delete.
metricName
- The metric name associated with the anomaly detection model to delete.public List<Dimension> getDimensions()
The metric dimensions associated with the anomaly detection model to delete.
public void setDimensions(Collection<Dimension> dimensions)
The metric dimensions associated with the anomaly detection model to delete.
dimensions
- The metric dimensions associated with the anomaly detection model to delete.public DeleteAnomalyDetectorRequest withDimensions(Dimension... dimensions)
The metric dimensions associated with the anomaly detection model to delete.
NOTE: This method appends the values to the existing list (if any). Use
setDimensions(java.util.Collection)
or withDimensions(java.util.Collection)
if you want to
override the existing values.
dimensions
- The metric dimensions associated with the anomaly detection model to delete.public DeleteAnomalyDetectorRequest withDimensions(Collection<Dimension> dimensions)
The metric dimensions associated with the anomaly detection model to delete.
dimensions
- The metric dimensions associated with the anomaly detection model to delete.public void setStat(String stat)
The statistic associated with the anomaly detection model to delete.
stat
- The statistic associated with the anomaly detection model to delete.public String getStat()
The statistic associated with the anomaly detection model to delete.
public DeleteAnomalyDetectorRequest withStat(String stat)
The statistic associated with the anomaly detection model to delete.
stat
- The statistic associated with the anomaly detection model to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteAnomalyDetectorRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.