@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
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 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()
.
Channel
public 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()
.
Channel
public RoutingProfileQueueReference.Builder toBuilder()
ToCopyableBuilder
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)
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.