#[non_exhaustive]pub struct InitiateDocumentVersionUploadInput { /* private fields */ }
Implementations§
source§impl InitiateDocumentVersionUploadInput
impl InitiateDocumentVersionUploadInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<InitiateDocumentVersionUpload, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<InitiateDocumentVersionUpload, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<InitiateDocumentVersionUpload
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InitiateDocumentVersionUploadInput
.
source§impl InitiateDocumentVersionUploadInput
impl InitiateDocumentVersionUploadInput
sourcepub fn authentication_token(&self) -> Option<&str>
pub fn authentication_token(&self) -> Option<&str>
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
sourcepub fn content_created_timestamp(&self) -> Option<&DateTime>
pub fn content_created_timestamp(&self) -> Option<&DateTime>
The timestamp when the content of the document was originally created.
sourcepub fn content_modified_timestamp(&self) -> Option<&DateTime>
pub fn content_modified_timestamp(&self) -> Option<&DateTime>
The timestamp when the content of the document was modified.
sourcepub fn content_type(&self) -> Option<&str>
pub fn content_type(&self) -> Option<&str>
The content type of the document.
sourcepub fn document_size_in_bytes(&self) -> Option<i64>
pub fn document_size_in_bytes(&self) -> Option<i64>
The size of the document, in bytes.
sourcepub fn parent_folder_id(&self) -> Option<&str>
pub fn parent_folder_id(&self) -> Option<&str>
The ID of the parent folder.
Trait Implementations§
source§impl Clone for InitiateDocumentVersionUploadInput
impl Clone for InitiateDocumentVersionUploadInput
source§fn clone(&self) -> InitiateDocumentVersionUploadInput
fn clone(&self) -> InitiateDocumentVersionUploadInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<InitiateDocumentVersionUploadInput> for InitiateDocumentVersionUploadInput
impl PartialEq<InitiateDocumentVersionUploadInput> for InitiateDocumentVersionUploadInput
source§fn eq(&self, other: &InitiateDocumentVersionUploadInput) -> bool
fn eq(&self, other: &InitiateDocumentVersionUploadInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.