#[non_exhaustive]pub struct InitiateDocumentVersionUploadInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for InitiateDocumentVersionUploadInput
 
impl Clone for InitiateDocumentVersionUploadInput
sourcefn clone(&self) -> InitiateDocumentVersionUploadInput
 
fn clone(&self) -> InitiateDocumentVersionUploadInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl PartialEq<InitiateDocumentVersionUploadInput> for InitiateDocumentVersionUploadInput
 
impl PartialEq<InitiateDocumentVersionUploadInput> for InitiateDocumentVersionUploadInput
sourcefn eq(&self, other: &InitiateDocumentVersionUploadInput) -> bool
 
fn eq(&self, other: &InitiateDocumentVersionUploadInput) -> bool
impl StructuralPartialEq for InitiateDocumentVersionUploadInput
Auto Trait Implementations
impl RefUnwindSafe for InitiateDocumentVersionUploadInput
impl Send for InitiateDocumentVersionUploadInput
impl Sync for InitiateDocumentVersionUploadInput
impl Unpin for InitiateDocumentVersionUploadInput
impl UnwindSafe for InitiateDocumentVersionUploadInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more