Struct aws_sdk_workdocs::input::UpdateDocumentInput  
source · [−]#[non_exhaustive]pub struct UpdateDocumentInput { /* private fields */ }Implementations
sourceimpl UpdateDocumentInput
 
impl UpdateDocumentInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<UpdateDocument, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<UpdateDocument, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateDocument>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDocumentInput.
sourceimpl UpdateDocumentInput
 
impl UpdateDocumentInput
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 document_id(&self) -> Option<&str>
 
pub fn document_id(&self) -> Option<&str>
The ID of the document.
sourcepub fn parent_folder_id(&self) -> Option<&str>
 
pub fn parent_folder_id(&self) -> Option<&str>
The ID of the parent folder.
sourcepub fn resource_state(&self) -> Option<&ResourceStateType>
 
pub fn resource_state(&self) -> Option<&ResourceStateType>
The resource state of the document. Only ACTIVE and RECYCLED are supported.
Trait Implementations
sourceimpl Clone for UpdateDocumentInput
 
impl Clone for UpdateDocumentInput
sourcefn clone(&self) -> UpdateDocumentInput
 
fn clone(&self) -> UpdateDocumentInput
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 Debug for UpdateDocumentInput
 
impl Debug for UpdateDocumentInput
sourceimpl PartialEq<UpdateDocumentInput> for UpdateDocumentInput
 
impl PartialEq<UpdateDocumentInput> for UpdateDocumentInput
sourcefn eq(&self, other: &UpdateDocumentInput) -> bool
 
fn eq(&self, other: &UpdateDocumentInput) -> bool
impl StructuralPartialEq for UpdateDocumentInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateDocumentInput
impl Send for UpdateDocumentInput
impl Sync for UpdateDocumentInput
impl Unpin for UpdateDocumentInput
impl UnwindSafe for UpdateDocumentInput
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