Class RoutingProfileQueueConfigSummary
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.RoutingProfileQueueConfigSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RoutingProfileQueueConfigSummary.Builder,RoutingProfileQueueConfigSummary>
@Generated("software.amazon.awssdk:codegen") public final class RoutingProfileQueueConfigSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RoutingProfileQueueConfigSummary.Builder,RoutingProfileQueueConfigSummary>
Contains summary information about a routing profile queue.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRoutingProfileQueueConfigSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RoutingProfileQueueConfigSummary.Builderbuilder()Channelchannel()The channels this queue supports.StringchannelAsString()The channels this queue supports.Integerdelay()The delay, in seconds, that a contact should be in the queue before they are routed to an available agent.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerpriority()The order in which contacts are to be handled for the queue.StringqueueArn()The Amazon Resource Name (ARN) of the queue.StringqueueId()The identifier for the queue.StringqueueName()The name of the queue.List<SdkField<?>>sdkFields()static Class<? extends RoutingProfileQueueConfigSummary.Builder>serializableBuilderClass()RoutingProfileQueueConfigSummary.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
-
queueId
public final String queueId()
The identifier for the queue.
- Returns:
- The identifier for the queue.
-
queueArn
public final String queueArn()
The Amazon Resource Name (ARN) of the queue.
- Returns:
- The Amazon Resource Name (ARN) of the queue.
-
queueName
public final String queueName()
The name of the queue.
- Returns:
- The name of the queue.
-
priority
public final Integer priority()
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
- Returns:
- The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
-
delay
public final Integer delay()
The delay, in seconds, that a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.
- Returns:
- The delay, in seconds, that a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.
-
channel
public final Channel channel()
The channels this queue supports.
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 channels this queue supports.
- See Also:
Channel
-
channelAsString
public final String channelAsString()
The channels this queue supports.
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 channels this queue supports.
- See Also:
Channel
-
toBuilder
public RoutingProfileQueueConfigSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RoutingProfileQueueConfigSummary.Builder,RoutingProfileQueueConfigSummary>
-
builder
public static RoutingProfileQueueConfigSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends RoutingProfileQueueConfigSummary.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.
-
-