@Generated(value="software.amazon.awssdk:codegen") public final class DimensionKeyDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DimensionKeyDescription.Builder,DimensionKeyDescription>
An array of descriptions and aggregated values for each dimension within a dimension group.
Modifier and Type | Class and Description |
---|---|
static interface |
DimensionKeyDescription.Builder |
Modifier and Type | Method and Description |
---|---|
static DimensionKeyDescription.Builder |
builder() |
Map<String,String> |
dimensions()
A map of name-value pairs for the dimensions in the group.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<Double> |
partitions()
If
PartitionBy was specified, PartitionKeys contains the dimensions that were. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DimensionKeyDescription.Builder> |
serializableBuilderClass() |
DimensionKeyDescription.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Double |
total()
The aggregated metric value for the dimension(s), over the requested time range.
|
copy
public Map<String,String> dimensions()
A map of name-value pairs for the dimensions in the group.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Double total()
The aggregated metric value for the dimension(s), over the requested time range.
public List<Double> partitions()
If PartitionBy
was specified, PartitionKeys
contains the dimensions that were.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
PartitionBy
was specified, PartitionKeys
contains the dimensions that were.public DimensionKeyDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DimensionKeyDescription.Builder,DimensionKeyDescription>
public static DimensionKeyDescription.Builder builder()
public static Class<? extends DimensionKeyDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.