@Generated(value="software.amazon.awssdk:codegen") public final class RoutingProfileQueueReference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RoutingProfileQueueReference.Builder,RoutingProfileQueueReference>
Contains the channel and queue identifier for a routing profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RoutingProfileQueueReference.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RoutingProfileQueueReference.Builder |
builder() |
Channel |
channel()
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
String |
channelAsString()
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
queueId()
The identifier for the queue.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RoutingProfileQueueReference.Builder> |
serializableBuilderClass() |
RoutingProfileQueueReference.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 Channel channel()
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
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 agents can handle in the Contact Control Panel (CCP) for this routing profile.
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 RoutingProfileQueueReference.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RoutingProfileQueueReference.Builder,RoutingProfileQueueReference>public static RoutingProfileQueueReference.Builder builder()
public static Class<? extends RoutingProfileQueueReference.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.