@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RoutingProfileQueueConfigSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RoutingProfileQueueConfigSummary.Builder |
builder() |
Channel |
channel()
The channels this queue supports.
|
String |
channelAsString()
The channels this queue supports.
|
Integer |
delay()
The delay, in seconds, that a contact should be in the queue before they are routed to an available agent.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
priority()
The order in which contacts are to be handled for the queue.
|
String |
queueArn()
The Amazon Resource Name (ARN) of the queue.
|
String |
queueId()
The identifier for the queue.
|
String |
queueName()
The name of the queue.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RoutingProfileQueueConfigSummary.Builder> |
serializableBuilderClass() |
RoutingProfileQueueConfigSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String queueId()
The identifier for the queue.
public final String queueArn()
The Amazon Resource Name (ARN) of the queue.
public final String queueName()
The name of the queue.
public final Integer priority()
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and 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.
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, channel will
return Channel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
channelAsString().
Channelpublic final String channelAsString()
The channels this queue supports.
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 RoutingProfileQueueConfigSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RoutingProfileQueueConfigSummary.Builder,RoutingProfileQueueConfigSummary>public static RoutingProfileQueueConfigSummary.Builder builder()
public static Class<? extends RoutingProfileQueueConfigSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.