@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRoutingProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateRoutingProfileRequest() |
Modifier and Type | Method and Description |
---|---|
CreateRoutingProfileRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateRoutingProfileRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateRoutingProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDefaultOutboundQueueId()
The default outbound queue for the routing profile.
|
String |
getDescription()
Description of the routing profile.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
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.
|
List<RoutingProfileQueueConfig> |
getQueueConfigs()
The inbound queues associated with the routing profile.
|
Map<String,String> |
getTags()
One or more tags.
|
int |
hashCode() |
void |
setDefaultOutboundQueueId(String defaultOutboundQueueId)
The default outbound queue for the routing profile.
|
void |
setDescription(String description)
Description of the routing profile.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
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 |
setQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The inbound queues associated with the routing profile.
|
void |
setTags(Map<String,String> tags)
One or more tags.
|
String |
toString()
Returns a string representation of this object.
|
CreateRoutingProfileRequest |
withDefaultOutboundQueueId(String defaultOutboundQueueId)
The default outbound queue for the routing profile.
|
CreateRoutingProfileRequest |
withDescription(String description)
Description of the routing profile.
|
CreateRoutingProfileRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateRoutingProfileRequest |
withMediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
CreateRoutingProfileRequest |
withMediaConcurrencies(MediaConcurrency... mediaConcurrencies)
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
CreateRoutingProfileRequest |
withName(String name)
The name of the routing profile.
|
CreateRoutingProfileRequest |
withQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The inbound queues associated with the routing profile.
|
CreateRoutingProfileRequest |
withQueueConfigs(RoutingProfileQueueConfig... queueConfigs)
The inbound queues associated with the routing profile.
|
CreateRoutingProfileRequest |
withTags(Map<String,String> tags)
One or more tags.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId
- The identifier of the Amazon Connect instance.public String getInstanceId()
The identifier of the Amazon Connect instance.
public CreateRoutingProfileRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId
- The identifier of the Amazon Connect instance.public void setName(String name)
The name of the routing profile. Must not be more than 127 characters.
name
- The name of the routing profile. Must not be more than 127 characters.public String getName()
The name of the routing profile. Must not be more than 127 characters.
public CreateRoutingProfileRequest withName(String name)
The name of the routing profile. Must not be more than 127 characters.
name
- The name of the routing profile. Must not be more than 127 characters.public void setDescription(String description)
Description of the routing profile. Must not be more than 250 characters.
description
- Description of the routing profile. Must not be more than 250 characters.public String getDescription()
Description of the routing profile. Must not be more than 250 characters.
public CreateRoutingProfileRequest withDescription(String description)
Description of the routing profile. Must not be more than 250 characters.
description
- Description of the routing profile. Must not be more than 250 characters.public void setDefaultOutboundQueueId(String defaultOutboundQueueId)
The default outbound queue for the routing profile.
defaultOutboundQueueId
- The default outbound queue for the routing profile.public String getDefaultOutboundQueueId()
The default outbound queue for the routing profile.
public CreateRoutingProfileRequest withDefaultOutboundQueueId(String defaultOutboundQueueId)
The default outbound queue for the routing profile.
defaultOutboundQueueId
- The default outbound queue for the routing profile.public List<RoutingProfileQueueConfig> getQueueConfigs()
The inbound queues associated with the routing profile. If no queue is added, the agent can only make outbound calls.
public void setQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The inbound queues associated with the routing profile. If no queue is added, the agent can only make outbound calls.
queueConfigs
- The inbound queues associated with the routing profile. If no queue is added, the agent can only make
outbound calls.public CreateRoutingProfileRequest withQueueConfigs(RoutingProfileQueueConfig... queueConfigs)
The inbound queues associated with the routing profile. If no queue is added, the agent can only make outbound calls.
NOTE: This method appends the values to the existing list (if any). Use
setQueueConfigs(java.util.Collection)
or withQueueConfigs(java.util.Collection)
if you want to
override the existing values.
queueConfigs
- The inbound queues associated with the routing profile. If no queue is added, the agent can only make
outbound calls.public CreateRoutingProfileRequest withQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The inbound queues associated with the routing profile. If no queue is added, the agent can only make outbound calls.
queueConfigs
- The inbound queues associated with the routing profile. If no queue is added, the agent can only make
outbound calls.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 CreateRoutingProfileRequest 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 CreateRoutingProfileRequest 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 setTags(Map<String,String> tags)
One or more tags.
tags
- One or more tags.public CreateRoutingProfileRequest withTags(Map<String,String> tags)
One or more tags.
tags
- One or more tags.public CreateRoutingProfileRequest addTagsEntry(String key, String value)
public CreateRoutingProfileRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateRoutingProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()