@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateRoutingProfileQueuesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateRoutingProfileQueuesRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateRoutingProfileQueuesRequest |
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 associate with 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 associate with this routing profile.
|
void |
setRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
|
String |
toString()
Returns a string representation of this object.
|
AssociateRoutingProfileQueuesRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
AssociateRoutingProfileQueuesRequest |
withQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to associate with this routing profile.
|
AssociateRoutingProfileQueuesRequest |
withQueueConfigs(RoutingProfileQueueConfig... queueConfigs)
The queues to associate with this routing profile.
|
AssociateRoutingProfileQueuesRequest |
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 AssociateRoutingProfileQueuesRequest()
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 AssociateRoutingProfileQueuesRequest 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 AssociateRoutingProfileQueuesRequest withRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId
- The identifier of the routing profile.public List<RoutingProfileQueueConfig> getQueueConfigs()
The queues to associate with this routing profile.
public void setQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to associate with this routing profile.
queueConfigs
- The queues to associate with this routing profile.public AssociateRoutingProfileQueuesRequest withQueueConfigs(RoutingProfileQueueConfig... queueConfigs)
The queues to associate with this routing profile.
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 associate with this routing profile.public AssociateRoutingProfileQueuesRequest withQueueConfigs(Collection<RoutingProfileQueueConfig> queueConfigs)
The queues to associate with this routing profile.
queueConfigs
- The queues to associate with this routing profile.public String toString()
toString
in class Object
Object.toString()
public AssociateRoutingProfileQueuesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()