@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRoutingProfileQueuesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateRoutingProfileQueuesRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRoutingProfileQueuesRequest |
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<RoutingProfileQueueConfig> |
getQueueConfigs()
The queues to be updated for this routing profile.
|
String |
getRoutingProfileId()
The identifier of the routing profile.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to be updated for this routing profile.
|
void |
setRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRoutingProfileQueuesRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateRoutingProfileQueuesRequest |
withQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to be updated for this routing profile.
|
UpdateRoutingProfileQueuesRequest |
withQueueConfigs(RoutingProfileQueueConfig... queueConfigs)
The queues to be updated for this routing profile.
|
UpdateRoutingProfileQueuesRequest |
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 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 UpdateRoutingProfileQueuesRequest 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 UpdateRoutingProfileQueuesRequest withRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId
- The identifier of the routing profile.public List<RoutingProfileQueueConfig> getQueueConfigs()
The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.
public void setQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.
queueConfigs
- The queues to be updated for this routing profile. Queues must first be associated to the routing profile.
You can do this using AssociateRoutingProfileQueues.public UpdateRoutingProfileQueuesRequest withQueueConfigs(RoutingProfileQueueConfig... queueConfigs)
The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.
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 queues to be updated for this routing profile. Queues must first be associated to the routing profile.
You can do this using AssociateRoutingProfileQueues.public UpdateRoutingProfileQueuesRequest withQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.
queueConfigs
- The queues to be updated for this routing profile. Queues must first be associated to the routing profile.
You can do this using AssociateRoutingProfileQueues.public String toString()
toString
in class Object
Object.toString()
public UpdateRoutingProfileQueuesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Datenschutz | Nutzungsbedingungen für die Website | Cookie-Einstellungen | © 2025, Amazon Web Services, Inc. oder Tochtergesellschaften. Alle Rechte vorbehalten.