@Generated(value="software.amazon.awssdk:codegen") public final class StartAttachmentUploadRequest extends ConnectParticipantRequest implements ToCopyableBuilder<StartAttachmentUploadRequest.Builder,StartAttachmentUploadRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartAttachmentUploadRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attachmentName()
A case-sensitive name of the attachment being uploaded.
|
Long |
attachmentSizeInBytes()
The size of the attachment in bytes.
|
static StartAttachmentUploadRequest.Builder |
builder() |
String |
clientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
connectionToken()
The authentication token associated with the participant's connection.
|
String |
contentType()
Describes the MIME file type of the attachment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartAttachmentUploadRequest.Builder> |
serializableBuilderClass() |
StartAttachmentUploadRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String contentType()
Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
public final Long attachmentSizeInBytes()
The size of the attachment in bytes.
public final String attachmentName()
A case-sensitive name of the attachment being uploaded.
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 final String connectionToken()
The authentication token associated with the participant's connection.
public StartAttachmentUploadRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartAttachmentUploadRequest.Builder,StartAttachmentUploadRequest>toBuilder in class ConnectParticipantRequestpublic static StartAttachmentUploadRequest.Builder builder()
public static Class<? extends StartAttachmentUploadRequest.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.