@Generated(value="software.amazon.awssdk:codegen") public final class MetricKeyDataPoints extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetricKeyDataPoints.Builder,MetricKeyDataPoints>
A time-ordered series of data points, correpsonding to a dimension of a Performance Insights metric.
Modifier and Type | Class and Description |
---|---|
static interface |
MetricKeyDataPoints.Builder |
Modifier and Type | Method and Description |
---|---|
static MetricKeyDataPoints.Builder |
builder() |
List<DataPoint> |
dataPoints()
An array of timestamp-value pairs, representing measurements over a period of time.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResponseResourceMetricKey |
key()
The dimension(s) to which the data points apply.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MetricKeyDataPoints.Builder> |
serializableBuilderClass() |
MetricKeyDataPoints.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public ResponseResourceMetricKey key()
The dimension(s) to which the data points apply.
public List<DataPoint> dataPoints()
An array of timestamp-value pairs, representing measurements over a period of time.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public MetricKeyDataPoints.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MetricKeyDataPoints.Builder,MetricKeyDataPoints>
public static MetricKeyDataPoints.Builder builder()
public static Class<? extends MetricKeyDataPoints.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.