@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateQueueQuickConnectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateQueueQuickConnectsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateQueueQuickConnectsRequest |
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.
|
String |
getQueueId()
The identifier for the queue.
|
List<String> |
getQuickConnectIds()
The quick connects to disassociate from the queue.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setQueueId(String queueId)
The identifier for the queue.
|
void |
setQuickConnectIds(Collection<String> quickConnectIds)
The quick connects to disassociate from the queue.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateQueueQuickConnectsRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
DisassociateQueueQuickConnectsRequest |
withQueueId(String queueId)
The identifier for the queue.
|
DisassociateQueueQuickConnectsRequest |
withQuickConnectIds(Collection<String> quickConnectIds)
The quick connects to disassociate from the queue.
|
DisassociateQueueQuickConnectsRequest |
withQuickConnectIds(String... quickConnectIds)
The quick connects to disassociate from the queue.
|
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, withSdkRequestTimeoutpublic DisassociateQueueQuickConnectsRequest()
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 DisassociateQueueQuickConnectsRequest 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 setQueueId(String queueId)
The identifier for the queue.
queueId - The identifier for the queue.public String getQueueId()
The identifier for the queue.
public DisassociateQueueQuickConnectsRequest withQueueId(String queueId)
The identifier for the queue.
queueId - The identifier for the queue.public List<String> getQuickConnectIds()
The quick connects to disassociate from the queue.
public void setQuickConnectIds(Collection<String> quickConnectIds)
The quick connects to disassociate from the queue.
quickConnectIds - The quick connects to disassociate from the queue.public DisassociateQueueQuickConnectsRequest withQuickConnectIds(String... quickConnectIds)
The quick connects to disassociate from the queue.
NOTE: This method appends the values to the existing list (if any). Use
setQuickConnectIds(java.util.Collection) or withQuickConnectIds(java.util.Collection) if you
want to override the existing values.
quickConnectIds - The quick connects to disassociate from the queue.public DisassociateQueueQuickConnectsRequest withQuickConnectIds(Collection<String> quickConnectIds)
The quick connects to disassociate from the queue.
quickConnectIds - The quick connects to disassociate from the queue.public String toString()
toString in class ObjectObject.toString()public DisassociateQueueQuickConnectsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()