Class Dimensions
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.Dimensions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Dimensions.Builder,Dimensions>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDimensions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Dimensions.Builderbuilder()Channelchannel()The channel used for grouping and filters.StringchannelAsString()The channel used for grouping and filters.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()QueueReferencequeue()Information about the queue for which metrics are returned.RoutingProfileReferenceroutingProfile()Returns the value of the RoutingProfile property for this object.StringroutingStepExpression()The expression of a step in a routing criteria.List<SdkField<?>>sdkFields()static Class<? extends Dimensions.Builder>serializableBuilderClass()Dimensions.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
queue
public final QueueReference queue()
Information about the queue for which metrics are returned.
- Returns:
- Information about the queue for which metrics are returned.
-
channel
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,
channelwill returnChannel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchannelAsString().- Returns:
- The channel used for grouping and filters.
- See Also:
Channel
-
channelAsString
public 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,
channelwill returnChannel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromchannelAsString().- Returns:
- The channel used for grouping and filters.
- See Also:
Channel
-
routingProfile
public final RoutingProfileReference routingProfile()
Returns the value of the RoutingProfile property for this object.- Returns:
- The value of the RoutingProfile property for this object.
-
routingStepExpression
public final String routingStepExpression()
The expression of a step in a routing criteria.
- Returns:
- The expression of a step in a routing criteria.
-
toBuilder
public Dimensions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Dimensions.Builder,Dimensions>
-
builder
public static Dimensions.Builder builder()
-
serializableBuilderClass
public static Class<? extends Dimensions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-