@Generated(value="software.amazon.awssdk:codegen") public final class Dimensions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Dimensions.Builder,Dimensions>
A Dimensions object that includes the Channel and Queue for the metric.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Dimensions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Dimensions.Builder |
builder() |
Channel |
channel()
The channel used for grouping and filters.
|
String |
channelAsString()
The channel used for grouping and filters.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
QueueReference |
queue()
A
QueueReference object used as one part of dimension for the metrics results. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Dimensions.Builder> |
serializableBuilderClass() |
Dimensions.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic QueueReference queue()
A QueueReference object used as one part of dimension for the metrics results.
QueueReference object used as one part of dimension for the metrics results.public Channel channel()
The channel used for grouping and filters. Only VOICE is supported.
If the service returns an enum value that is not available in the current SDK version, channel will
return Channel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
channelAsString().
Channelpublic String channelAsString()
The channel used for grouping and filters. Only VOICE is supported.
If the service returns an enum value that is not available in the current SDK version, channel will
return Channel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
channelAsString().
Channelpublic Dimensions.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Dimensions.Builder,Dimensions>public static Dimensions.Builder builder()
public static Class<? extends Dimensions.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.