@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 that 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()
The tags used to organize, track, or control access for this resource.
|
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 that 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)
The tags used to organize, track, or control access for this resource.
|
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 that agents can handle in the Contact Control Panel (CCP) for this routing profile.
|
CreateRoutingProfileRequest |
withMediaConcurrencies(MediaConcurrency... mediaConcurrencies)
The channels that 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)
The tags used to organize, track, or control access for this resource.
|
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. You can find the instanceId in the ARN of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
public CreateRoutingProfileRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the 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 make only outbound calls.
public void setQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls.
queueConfigs
- The inbound queues associated with the routing profile. If no queue is added, the agent can make only
outbound calls.public CreateRoutingProfileRequest withQueueConfigs(RoutingProfileQueueConfig... queueConfigs)
The inbound queues associated with the routing profile. If no queue is added, the agent can make only 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 make only
outbound calls.public CreateRoutingProfileRequest withQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls.
queueConfigs
- The inbound queues associated with the routing profile. If no queue is added, the agent can make only
outbound calls.public List<MediaConcurrency> getMediaConcurrencies()
The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.
public void setMediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.
mediaConcurrencies
- The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.public CreateRoutingProfileRequest withMediaConcurrencies(MediaConcurrency... mediaConcurrencies)
The channels that 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 that agents can handle in the Contact Control Panel (CCP) for this routing profile.public CreateRoutingProfileRequest withMediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.
mediaConcurrencies
- The channels that agents can handle in the Contact Control Panel (CCP) 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 CreateRoutingProfileRequest 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 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()