@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Dimension> |
getDimensions()
Deprecated.
|
MetricMathAnomalyDetector |
getMetricMathAnomalyDetector()
The metric math anomaly detector to be deleted.
|
String |
getMetricName()
Deprecated.
|
String |
getNamespace()
Deprecated.
|
SingleMetricAnomalyDetector |
getSingleMetricAnomalyDetector()
A single metric anomaly detector to be deleted.
|
String |
getStat()
Deprecated.
|
int |
hashCode() |
void |
setDimensions(Collection<Dimension> dimensions)
Deprecated.
|
void |
setMetricMathAnomalyDetector(MetricMathAnomalyDetector metricMathAnomalyDetector)
The metric math anomaly detector to be deleted.
|
void |
setMetricName(String metricName)
Deprecated.
|
void |
setNamespace(String namespace)
Deprecated.
|
void |
setSingleMetricAnomalyDetector(SingleMetricAnomalyDetector singleMetricAnomalyDetector)
A single metric anomaly detector to be deleted.
|
void |
setStat(String stat)
Deprecated.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAnomalyDetectorRequest |
withDimensions(Collection<Dimension> dimensions)
Deprecated.
|
DeleteAnomalyDetectorRequest |
withDimensions(Dimension... dimensions)
Deprecated.
|
DeleteAnomalyDetectorRequest |
withMetricMathAnomalyDetector(MetricMathAnomalyDetector metricMathAnomalyDetector)
The metric math anomaly detector to be deleted.
|
DeleteAnomalyDetectorRequest |
withMetricName(String metricName)
Deprecated.
|
DeleteAnomalyDetectorRequest |
withNamespace(String namespace)
Deprecated.
|
DeleteAnomalyDetectorRequest |
withSingleMetricAnomalyDetector(SingleMetricAnomalyDetector singleMetricAnomalyDetector)
A single metric anomaly detector to be deleted.
|
DeleteAnomalyDetectorRequest |
withStat(String stat)
Deprecated.
|
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@Deprecated 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.@Deprecated public String getNamespace()
The namespace associated with the anomaly detection model to delete.
@Deprecated 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.@Deprecated 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.@Deprecated public String getMetricName()
The metric name associated with the anomaly detection model to delete.
@Deprecated 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.@Deprecated public List<Dimension> getDimensions()
The metric dimensions associated with the anomaly detection model to delete.
@Deprecated 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.@Deprecated 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.@Deprecated 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.@Deprecated 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.@Deprecated public String getStat()
The statistic associated with the anomaly detection model to delete.
@Deprecated 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 void setSingleMetricAnomalyDetector(SingleMetricAnomalyDetector singleMetricAnomalyDetector)
A single metric anomaly detector to be deleted.
When using SingleMetricAnomalyDetector, you cannot include the following parameters in the same
operation:
Dimensions,
MetricName
Namespace
Stat
the MetricMathAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the single metric anomaly detector attributes as part of the
SingleMetricAnomalyDetector property.
singleMetricAnomalyDetector - A single metric anomaly detector to be deleted.
When using SingleMetricAnomalyDetector, you cannot include the following parameters in the
same operation:
Dimensions,
MetricName
Namespace
Stat
the MetricMathAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the single metric anomaly detector attributes as part of the
SingleMetricAnomalyDetector property.
public SingleMetricAnomalyDetector getSingleMetricAnomalyDetector()
A single metric anomaly detector to be deleted.
When using SingleMetricAnomalyDetector, you cannot include the following parameters in the same
operation:
Dimensions,
MetricName
Namespace
Stat
the MetricMathAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the single metric anomaly detector attributes as part of the
SingleMetricAnomalyDetector property.
When using SingleMetricAnomalyDetector, you cannot include the following parameters in the
same operation:
Dimensions,
MetricName
Namespace
Stat
the MetricMathAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the single metric anomaly detector attributes as part of the
SingleMetricAnomalyDetector property.
public DeleteAnomalyDetectorRequest withSingleMetricAnomalyDetector(SingleMetricAnomalyDetector singleMetricAnomalyDetector)
A single metric anomaly detector to be deleted.
When using SingleMetricAnomalyDetector, you cannot include the following parameters in the same
operation:
Dimensions,
MetricName
Namespace
Stat
the MetricMathAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the single metric anomaly detector attributes as part of the
SingleMetricAnomalyDetector property.
singleMetricAnomalyDetector - A single metric anomaly detector to be deleted.
When using SingleMetricAnomalyDetector, you cannot include the following parameters in the
same operation:
Dimensions,
MetricName
Namespace
Stat
the MetricMathAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the single metric anomaly detector attributes as part of the
SingleMetricAnomalyDetector property.
public void setMetricMathAnomalyDetector(MetricMathAnomalyDetector metricMathAnomalyDetector)
The metric math anomaly detector to be deleted.
When using MetricMathAnomalyDetector, you cannot include following parameters in the same operation:
Dimensions,
MetricName
Namespace
Stat
the SingleMetricAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the metric math anomaly detector attributes as part of the
MetricMathAnomalyDetector property.
metricMathAnomalyDetector - The metric math anomaly detector to be deleted.
When using MetricMathAnomalyDetector, you cannot include following parameters in the same
operation:
Dimensions,
MetricName
Namespace
Stat
the SingleMetricAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the metric math anomaly detector attributes as part of the
MetricMathAnomalyDetector property.
public MetricMathAnomalyDetector getMetricMathAnomalyDetector()
The metric math anomaly detector to be deleted.
When using MetricMathAnomalyDetector, you cannot include following parameters in the same operation:
Dimensions,
MetricName
Namespace
Stat
the SingleMetricAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the metric math anomaly detector attributes as part of the
MetricMathAnomalyDetector property.
When using MetricMathAnomalyDetector, you cannot include following parameters in the same
operation:
Dimensions,
MetricName
Namespace
Stat
the SingleMetricAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the metric math anomaly detector attributes as part of the
MetricMathAnomalyDetector property.
public DeleteAnomalyDetectorRequest withMetricMathAnomalyDetector(MetricMathAnomalyDetector metricMathAnomalyDetector)
The metric math anomaly detector to be deleted.
When using MetricMathAnomalyDetector, you cannot include following parameters in the same operation:
Dimensions,
MetricName
Namespace
Stat
the SingleMetricAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the metric math anomaly detector attributes as part of the
MetricMathAnomalyDetector property.
metricMathAnomalyDetector - The metric math anomaly detector to be deleted.
When using MetricMathAnomalyDetector, you cannot include following parameters in the same
operation:
Dimensions,
MetricName
Namespace
Stat
the SingleMetricAnomalyDetector parameters of DeleteAnomalyDetectorInput
Instead, specify the metric math anomaly detector attributes as part of the
MetricMathAnomalyDetector property.
public String toString()
toString in class ObjectObject.toString()public DeleteAnomalyDetectorRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()