@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<Dimensions.Builder,Dimensions>public static Dimensions.Builder builder()
public static Class<? extends Dimensions.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.