@Generated(value="software.amazon.awssdk:codegen") public final class TransferContactRequest extends ConnectRequest implements ToCopyableBuilder<TransferContactRequest.Builder,TransferContactRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransferContactRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TransferContactRequest.Builder |
builder() |
String |
clientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
contactFlowId()
The identifier of the flow.
|
String |
contactId()
The identifier of the contact in this instance of Amazon Connect.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The identifier of the Amazon Connect instance.
|
String |
queueId()
The identifier for the queue.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransferContactRequest.Builder> |
serializableBuilderClass() |
TransferContactRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userId()
The identifier for the user.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceId()
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
public final String contactId()
The identifier of the contact in this instance of Amazon Connect.
public final String queueId()
The identifier for the queue.
public final String userId()
The identifier for the user.
public final String contactFlowId()
The identifier of the flow.
public final String clientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
public TransferContactRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransferContactRequest.Builder,TransferContactRequest>toBuilder in class ConnectRequestpublic static TransferContactRequest.Builder builder()
public static Class<? extends TransferContactRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.