@Generated(value="software.amazon.awssdk:codegen") public final class InitiateDocumentVersionUploadRequest extends WorkDocsRequest implements ToCopyableBuilder<InitiateDocumentVersionUploadRequest.Builder,InitiateDocumentVersionUploadRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
InitiateDocumentVersionUploadRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticationToken()
Amazon WorkDocs authentication token.
|
static InitiateDocumentVersionUploadRequest.Builder |
builder() |
Instant |
contentCreatedTimestamp()
The timestamp when the content of the document was originally created.
|
Instant |
contentModifiedTimestamp()
The timestamp when the content of the document was modified.
|
String |
contentType()
The content type of the document.
|
Long |
documentSizeInBytes()
The size of the document, in bytes.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the document.
|
String |
name()
The name of the document.
|
String |
parentFolderId()
The ID of the parent folder.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InitiateDocumentVersionUploadRequest.Builder> |
serializableBuilderClass() |
InitiateDocumentVersionUploadRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String authenticationToken()
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
public final String id()
The ID of the document.
public final String name()
The name of the document.
public final Instant contentCreatedTimestamp()
The timestamp when the content of the document was originally created.
public final Instant contentModifiedTimestamp()
The timestamp when the content of the document was modified.
public final String contentType()
The content type of the document.
public final Long documentSizeInBytes()
The size of the document, in bytes.
public final String parentFolderId()
The ID of the parent folder.
public InitiateDocumentVersionUploadRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InitiateDocumentVersionUploadRequest.Builder,InitiateDocumentVersionUploadRequest>toBuilder in class WorkDocsRequestpublic static InitiateDocumentVersionUploadRequest.Builder builder()
public static Class<? extends InitiateDocumentVersionUploadRequest.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.