Struct aws_sdk_workdocs::input::UpdateDocumentInput
source · #[non_exhaustive]pub struct UpdateDocumentInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for UpdateDocumentInput
impl Clone for UpdateDocumentInput
source§fn clone(&self) -> UpdateDocumentInput
fn clone(&self) -> UpdateDocumentInput
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 Debug for UpdateDocumentInput
impl Debug for UpdateDocumentInput
source§impl PartialEq<UpdateDocumentInput> for UpdateDocumentInput
impl PartialEq<UpdateDocumentInput> for UpdateDocumentInput
source§fn eq(&self, other: &UpdateDocumentInput) -> bool
fn eq(&self, other: &UpdateDocumentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.