Cloneable, ReadLimitInfo, ToCopyableBuilder<DescribeAlarmsForMetricRequest.Builder,DescribeAlarmsForMetricRequest>@Generated("software.amazon.awssdk:codegen") public class DescribeAlarmsForMetricRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeAlarmsForMetricRequest.Builder,DescribeAlarmsForMetricRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeAlarmsForMetricRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static DescribeAlarmsForMetricRequest.Builder |
builder() |
|
List<Dimension> |
dimensions() |
The dimensions associated with the metric.
|
boolean |
equals(Object obj) |
|
String |
extendedStatistic() |
The percentile statistic for the metric.
|
int |
hashCode() |
|
String |
metricName() |
The name of the metric.
|
String |
namespace() |
The namespace of the metric.
|
Integer |
period() |
The period, in seconds, over which the statistic is applied.
|
static Class<? extends DescribeAlarmsForMetricRequest.Builder> |
serializableBuilderClass() |
|
String |
statistic() |
The statistic for the metric, other than percentiles.
|
DescribeAlarmsForMetricRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
unit() |
The unit for the metric.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String metricName()
The name of the metric.
public String namespace()
The namespace of the metric.
public String statistic()
The statistic for the metric, other than percentiles. For percentile statistics, use
ExtendedStatistics.
ExtendedStatistics.Statisticpublic String extendedStatistic()
The percentile statistic for the metric. Specify a value between p0.0 and p100.
public List<Dimension> dimensions()
The dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the call to succeed.
public Integer period()
The period, in seconds, over which the statistic is applied.
public String unit()
The unit for the metric.
StandardUnitpublic DescribeAlarmsForMetricRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeAlarmsForMetricRequest.Builder,DescribeAlarmsForMetricRequest>public static DescribeAlarmsForMetricRequest.Builder builder()
public static Class<? extends DescribeAlarmsForMetricRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.