@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 UpdateRoutingProfileConcurrencyRequest()
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 UpdateRoutingProfileConcurrencyRequest 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 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 Object
Object.toString()
public UpdateRoutingProfileConcurrencyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()