Class RoutingProfileQueueReference
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.RoutingProfileQueueReference
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<RoutingProfileQueueReference.Builder,RoutingProfileQueueReference>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RoutingProfileQueueReference.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends RoutingProfileQueueReference.Builder>
serializableBuilderClass()
RoutingProfileQueueReference.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
queueId
public final String queueId()
The identifier for the queue.
- Returns:
- The identifier for the queue.
-
channel
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 returnChannel.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromchannelAsString()
.- Returns:
- The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
- See Also:
Channel
-
channelAsString
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 returnChannel.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromchannelAsString()
.- Returns:
- The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
- See Also:
Channel
-
toBuilder
public RoutingProfileQueueReference.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<RoutingProfileQueueReference.Builder,RoutingProfileQueueReference>
-
builder
public static RoutingProfileQueueReference.Builder builder()
-
serializableBuilderClass
public static Class<? extends RoutingProfileQueueReference.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-