@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRoutingProfileConcurrencyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateRoutingProfileConcurrencyRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRoutingProfileConcurrencyRequest |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
List<MediaConcurrency> |
getMediaConcurrencies()
The channels that agents can handle in the Contact Control Panel (CCP).
|
String |
getRoutingProfileId()
The identifier of the routing profile.
|
int |
hashCode() |
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).
|
void |
setRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRoutingProfileConcurrencyRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateRoutingProfileConcurrencyRequest |
withMediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP).
|
UpdateRoutingProfileConcurrencyRequest |
withMediaConcurrencies(MediaConcurrency... mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP).
|
UpdateRoutingProfileConcurrencyRequest |
withRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic UpdateRoutingProfileConcurrencyRequest()
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 UpdateRoutingProfileConcurrencyRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.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 UpdateRoutingProfileConcurrencyRequest withRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId - The identifier of the routing profile.public List<MediaConcurrency> getMediaConcurrencies()
The channels that agents can handle in the Contact Control Panel (CCP).
public void setMediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP).
mediaConcurrencies - The channels that agents can handle in the Contact Control Panel (CCP).public UpdateRoutingProfileConcurrencyRequest withMediaConcurrencies(MediaConcurrency... mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP).
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).public UpdateRoutingProfileConcurrencyRequest withMediaConcurrencies(Collection<MediaConcurrency> mediaConcurrencies)
The channels that agents can handle in the Contact Control Panel (CCP).
mediaConcurrencies - The channels that agents can handle in the Contact Control Panel (CCP).public String toString()
toString in class ObjectObject.toString()public UpdateRoutingProfileConcurrencyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.