@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 of 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 String queueId()
The identifier of the queue.
public 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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.