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 interfaceRoutingProfileQueueReference.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RoutingProfileQueueReference.Builderbuilder()Channelchannel()The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.StringchannelAsString()The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringqueueId()The identifier for the queue.List<SdkField<?>>sdkFields()static Class<? extends RoutingProfileQueueReference.Builder>serializableBuilderClass()RoutingProfileQueueReference.BuildertoBuilder()StringtoString()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,
channelwill 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,
channelwill 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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
-