@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransferContactRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
TransferContactRequest() |
Modifier and Type | Method and Description |
---|---|
TransferContactRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getContactFlowId()
The identifier of the contact flow.
|
String |
getContactId()
The identifier of the contact in this instance of Amazon Connect.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getQueueId()
The identifier for the queue.
|
String |
getUserId()
The identifier for the user.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setContactFlowId(String contactFlowId)
The identifier of the contact flow.
|
void |
setContactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setQueueId(String queueId)
The identifier for the queue.
|
void |
setUserId(String userId)
The identifier for the user.
|
String |
toString()
Returns a string representation of this object.
|
TransferContactRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
TransferContactRequest |
withContactFlowId(String contactFlowId)
The identifier of the contact flow.
|
TransferContactRequest |
withContactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
TransferContactRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
TransferContactRequest |
withQueueId(String queueId)
The identifier for the queue.
|
TransferContactRequest |
withUserId(String userId)
The identifier for the user.
|
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 instanceId in the ARN of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
public TransferContactRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public void setContactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
contactId
- The identifier of the contact in this instance of Amazon Connect.public String getContactId()
The identifier of the contact in this instance of Amazon Connect.
public TransferContactRequest withContactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
contactId
- The identifier of the contact in this instance of Amazon Connect.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 TransferContactRequest withQueueId(String queueId)
The identifier for the queue.
queueId
- The identifier for the queue.public void setUserId(String userId)
The identifier for the user.
userId
- The identifier for the user.public String getUserId()
The identifier for the user.
public TransferContactRequest withUserId(String userId)
The identifier for the user.
userId
- The identifier for the user.public void setContactFlowId(String contactFlowId)
The identifier of the contact flow.
contactFlowId
- The identifier of the contact flow.public String getContactFlowId()
The identifier of the contact flow.
public TransferContactRequest withContactFlowId(String contactFlowId)
The identifier of the contact flow.
contactFlowId
- The identifier of the contact flow.public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public TransferContactRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String toString()
toString
in class Object
Object.toString()
public TransferContactRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()