@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RoutingProfile extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a routing profile.
Constructor and Description |
---|
RoutingProfile() |
Modifier and Type | Method and Description |
---|---|
RoutingProfile |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
RoutingProfile |
clearTagsEntries()
Removes all the entries added into Tags.
|
RoutingProfile |
clone() |
boolean |
equals(Object obj) |
String |
getAgentAvailabilityTimer()
Whether agents with this routing profile will have their routing order calculated based on time since their
last inbound contact or longest idle time.
|
List<String> |
getAssociatedQueueIds()
The IDs of the associated queue.
|
String |
getDefaultOutboundQueueId()
The identifier of the default outbound queue for this routing profile.
|
String |
getDescription()
The description of the routing profile.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
Boolean |
getIsDefault()
Whether this a default routing profile.
|
String |
getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
|
Date |
getLastModifiedTime()
The timestamp when this resource was last modified.
|
List<MediaConcurrency> |
getMediaConcurrencies()
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
String |
getName()
The name of the routing profile.
|
Long |
getNumberOfAssociatedQueues()
The number of associated queues in routing profile.
|
Long |
getNumberOfAssociatedUsers()
The number of associated users in routing profile.
|
String |
getRoutingProfileArn()
The Amazon Resource Name (ARN) of the routing profile.
|
String |
getRoutingProfileId()
The identifier of the routing profile.
|
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
int |
hashCode() |
Boolean |
isDefault()
Whether this a default routing profile.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAgentAvailabilityTimer(String agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on time since their
last inbound contact or longest idle time.
|
void |
setAssociatedQueueIds(Collection<String> associatedQueueIds)
The IDs of the associated queue.
|
void |
setDefaultOutboundQueueId(String defaultOutboundQueueId)
The identifier of the default outbound queue for this routing profile.
|
void |
setDescription(String description)
The description of the routing profile.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setIsDefault(Boolean isDefault)
Whether this a default routing profile.
|
void |
setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
void |
setMediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
void |
setName(String name)
The name of the routing profile.
|
void |
setNumberOfAssociatedQueues(Long numberOfAssociatedQueues)
The number of associated queues in routing profile.
|
void |
setNumberOfAssociatedUsers(Long numberOfAssociatedUsers)
The number of associated users in routing profile.
|
void |
setRoutingProfileArn(String routingProfileArn)
The Amazon Resource Name (ARN) of the routing profile.
|
void |
setRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
|
void |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
String |
toString()
Returns a string representation of this object.
|
RoutingProfile |
withAgentAvailabilityTimer(AgentAvailabilityTimer agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on time since their
last inbound contact or longest idle time.
|
RoutingProfile |
withAgentAvailabilityTimer(String agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on time since their
last inbound contact or longest idle time.
|
RoutingProfile |
withAssociatedQueueIds(Collection<String> associatedQueueIds)
The IDs of the associated queue.
|
RoutingProfile |
withAssociatedQueueIds(String... associatedQueueIds)
The IDs of the associated queue.
|
RoutingProfile |
withDefaultOutboundQueueId(String defaultOutboundQueueId)
The identifier of the default outbound queue for this routing profile.
|
RoutingProfile |
withDescription(String description)
The description of the routing profile.
|
RoutingProfile |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
RoutingProfile |
withIsDefault(Boolean isDefault)
Whether this a default routing profile.
|
RoutingProfile |
withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
RoutingProfile |
withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
RoutingProfile |
withMediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
RoutingProfile |
withMediaConcurrencies(MediaConcurrency... mediaConcurrencies)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
RoutingProfile |
withName(String name)
The name of the routing profile.
|
RoutingProfile |
withNumberOfAssociatedQueues(Long numberOfAssociatedQueues)
The number of associated queues in routing profile.
|
RoutingProfile |
withNumberOfAssociatedUsers(Long numberOfAssociatedUsers)
The number of associated users in routing profile.
|
RoutingProfile |
withRoutingProfileArn(String routingProfileArn)
The Amazon Resource Name (ARN) of the routing profile.
|
RoutingProfile |
withRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
|
RoutingProfile |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
public void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public RoutingProfile withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public void setName(String name)
The name of the routing profile.
name
- The name of the routing profile.public String getName()
The name of the routing profile.
public RoutingProfile withName(String name)
The name of the routing profile.
name
- The name of the routing profile.public void setRoutingProfileArn(String routingProfileArn)
The Amazon Resource Name (ARN) of the routing profile.
routingProfileArn
- The Amazon Resource Name (ARN) of the routing profile.public String getRoutingProfileArn()
The Amazon Resource Name (ARN) of the routing profile.
public RoutingProfile withRoutingProfileArn(String routingProfileArn)
The Amazon Resource Name (ARN) of the routing profile.
routingProfileArn
- The Amazon Resource Name (ARN) of the routing profile.public void setRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId
- The identifier of the routing profile.public String getRoutingProfileId()
The identifier of the routing profile.
public RoutingProfile withRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId
- The identifier of the routing profile.public void setDescription(String description)
The description of the routing profile.
description
- The description of the routing profile.public String getDescription()
The description of the routing profile.
public RoutingProfile withDescription(String description)
The description of the routing profile.
description
- The description of the routing profile.public List<MediaConcurrency> getMediaConcurrencies()
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
public void setMediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
mediaConcurrencies
- The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.public RoutingProfile withMediaConcurrencies(MediaConcurrency... mediaConcurrencies)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
NOTE: This method appends the values to the existing list (if any). Use
setMediaConcurrencies(java.util.Collection)
or withMediaConcurrencies(java.util.Collection)
if
you want to override the existing values.
mediaConcurrencies
- The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.public RoutingProfile withMediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
mediaConcurrencies
- The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.public void setDefaultOutboundQueueId(String defaultOutboundQueueId)
The identifier of the default outbound queue for this routing profile.
defaultOutboundQueueId
- The identifier of the default outbound queue for this routing profile.public String getDefaultOutboundQueueId()
The identifier of the default outbound queue for this routing profile.
public RoutingProfile withDefaultOutboundQueueId(String defaultOutboundQueueId)
The identifier of the default outbound queue for this routing profile.
defaultOutboundQueueId
- The identifier of the default outbound queue for this routing profile.public Map<String,String> getTags()
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
tags
- The tags used to organize, track, or control access for this resource. For example, { "Tags":
{"key1":"value1", "key2":"value2"} }.public RoutingProfile withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
tags
- The tags used to organize, track, or control access for this resource. For example, { "Tags":
{"key1":"value1", "key2":"value2"} }.public RoutingProfile addTagsEntry(String key, String value)
public RoutingProfile clearTagsEntries()
public void setNumberOfAssociatedQueues(Long numberOfAssociatedQueues)
The number of associated queues in routing profile.
numberOfAssociatedQueues
- The number of associated queues in routing profile.public Long getNumberOfAssociatedQueues()
The number of associated queues in routing profile.
public RoutingProfile withNumberOfAssociatedQueues(Long numberOfAssociatedQueues)
The number of associated queues in routing profile.
numberOfAssociatedQueues
- The number of associated queues in routing profile.public void setNumberOfAssociatedUsers(Long numberOfAssociatedUsers)
The number of associated users in routing profile.
numberOfAssociatedUsers
- The number of associated users in routing profile.public Long getNumberOfAssociatedUsers()
The number of associated users in routing profile.
public RoutingProfile withNumberOfAssociatedUsers(Long numberOfAssociatedUsers)
The number of associated users in routing profile.
numberOfAssociatedUsers
- The number of associated users in routing profile.public void setAgentAvailabilityTimer(String agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
agentAvailabilityTimer
- Whether agents with this routing profile will have their routing order calculated based on time since
their last inbound contact or longest idle time.AgentAvailabilityTimer
public String getAgentAvailabilityTimer()
Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
AgentAvailabilityTimer
public RoutingProfile withAgentAvailabilityTimer(String agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
agentAvailabilityTimer
- Whether agents with this routing profile will have their routing order calculated based on time since
their last inbound contact or longest idle time.AgentAvailabilityTimer
public RoutingProfile withAgentAvailabilityTimer(AgentAvailabilityTimer agentAvailabilityTimer)
Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
agentAvailabilityTimer
- Whether agents with this routing profile will have their routing order calculated based on time since
their last inbound contact or longest idle time.AgentAvailabilityTimer
public void setLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public Date getLastModifiedTime()
The timestamp when this resource was last modified.
public RoutingProfile withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
lastModifiedTime
- The timestamp when this resource was last modified.public void setLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.public String getLastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
public RoutingProfile withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
lastModifiedRegion
- The Amazon Web Services Region where this resource was last modified.public void setIsDefault(Boolean isDefault)
Whether this a default routing profile.
isDefault
- Whether this a default routing profile.public Boolean getIsDefault()
Whether this a default routing profile.
public RoutingProfile withIsDefault(Boolean isDefault)
Whether this a default routing profile.
isDefault
- Whether this a default routing profile.public Boolean isDefault()
Whether this a default routing profile.
public List<String> getAssociatedQueueIds()
The IDs of the associated queue.
public void setAssociatedQueueIds(Collection<String> associatedQueueIds)
The IDs of the associated queue.
associatedQueueIds
- The IDs of the associated queue.public RoutingProfile withAssociatedQueueIds(String... associatedQueueIds)
The IDs of the associated queue.
NOTE: This method appends the values to the existing list (if any). Use
setAssociatedQueueIds(java.util.Collection)
or withAssociatedQueueIds(java.util.Collection)
if
you want to override the existing values.
associatedQueueIds
- The IDs of the associated queue.public RoutingProfile withAssociatedQueueIds(Collection<String> associatedQueueIds)
The IDs of the associated queue.
associatedQueueIds
- The IDs of the associated queue.public String toString()
toString
in class Object
Object.toString()
public RoutingProfile clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.