Class InitiateDocumentVersionUploadRequest

    • Method Detail

      • authenticationToken

        public final String authenticationToken()

        Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

        Returns:
        Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
      • id

        public final String id()

        The ID of the document.

        Returns:
        The ID of the document.
      • name

        public final String name()

        The name of the document.

        Returns:
        The name of the document.
      • contentCreatedTimestamp

        public final Instant contentCreatedTimestamp()

        The timestamp when the content of the document was originally created.

        Returns:
        The timestamp when the content of the document was originally created.
      • contentModifiedTimestamp

        public final Instant contentModifiedTimestamp()

        The timestamp when the content of the document was modified.

        Returns:
        The timestamp when the content of the document was modified.
      • contentType

        public final String contentType()

        The content type of the document.

        Returns:
        The content type of the document.
      • documentSizeInBytes

        public final Long documentSizeInBytes()

        The size of the document, in bytes.

        Returns:
        The size of the document, in bytes.
      • parentFolderId

        public final String parentFolderId()

        The ID of the parent folder.

        Returns:
        The ID of the parent folder.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object