@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public 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()
.
Channel
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, channel
will
return Channel.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
channelAsString()
.
Channel
public RoutingProfileQueueConfigSummary.Builder toBuilder()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.