@Generated(value="software.amazon.awssdk:codegen") public final class Dimensions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Dimensions.Builder,Dimensions>
Contains information about the dimensions for a set of metrics.
| 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()
Information about the queue for which metrics are returned.
|
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 final QueueReference queue()
Information about the queue for which metrics are returned.
public final Channel channel()
The channel used for grouping and filters.
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 final String channelAsString()
The channel used for grouping and filters.
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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.