@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateRoutingProfileQueuesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateRoutingProfileQueuesRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateRoutingProfileQueuesRequest |
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<RoutingProfileQueueReference> |
getQueueReferences()
The queues to disassociate from 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 |
setQueueReferences(Collection<RoutingProfileQueueReference> queueReferences)
The queues to disassociate from this routing profile.
|
void |
setRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateRoutingProfileQueuesRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
DisassociateRoutingProfileQueuesRequest |
withQueueReferences(Collection<RoutingProfileQueueReference> queueReferences)
The queues to disassociate from this routing profile.
|
DisassociateRoutingProfileQueuesRequest |
withQueueReferences(RoutingProfileQueueReference... queueReferences)
The queues to disassociate from this routing profile.
|
DisassociateRoutingProfileQueuesRequest |
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 DisassociateRoutingProfileQueuesRequest()
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 DisassociateRoutingProfileQueuesRequest 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 DisassociateRoutingProfileQueuesRequest withRoutingProfileId(String routingProfileId)
The identifier of the routing profile.
routingProfileId
- The identifier of the routing profile.public List<RoutingProfileQueueReference> getQueueReferences()
The queues to disassociate from this routing profile.
public void setQueueReferences(Collection<RoutingProfileQueueReference> queueReferences)
The queues to disassociate from this routing profile.
queueReferences
- The queues to disassociate from this routing profile.public DisassociateRoutingProfileQueuesRequest withQueueReferences(RoutingProfileQueueReference... queueReferences)
The queues to disassociate from this routing profile.
NOTE: This method appends the values to the existing list (if any). Use
setQueueReferences(java.util.Collection)
or withQueueReferences(java.util.Collection)
if you
want to override the existing values.
queueReferences
- The queues to disassociate from this routing profile.public DisassociateRoutingProfileQueuesRequest withQueueReferences(Collection<RoutingProfileQueueReference> queueReferences)
The queues to disassociate from this routing profile.
queueReferences
- The queues to disassociate from this routing profile.public String toString()
toString
in class Object
Object.toString()
public DisassociateRoutingProfileQueuesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()