@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAnomalyDetectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteAnomalyDetectorRequest() |
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
@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 Object
Object.toString()
public DeleteAnomalyDetectorRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.