Struct aws_sdk_workdocs::input::UpdateFolderInput
source · #[non_exhaustive]pub struct UpdateFolderInput { /* private fields */ }
Implementations§
source§impl UpdateFolderInput
impl UpdateFolderInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFolder, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFolder, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateFolder
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateFolderInput
.
source§impl UpdateFolderInput
impl UpdateFolderInput
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 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 folder. Only ACTIVE and RECYCLED are accepted values from the API.
Trait Implementations§
source§impl Clone for UpdateFolderInput
impl Clone for UpdateFolderInput
source§fn clone(&self) -> UpdateFolderInput
fn clone(&self) -> UpdateFolderInput
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 UpdateFolderInput
impl Debug for UpdateFolderInput
source§impl PartialEq<UpdateFolderInput> for UpdateFolderInput
impl PartialEq<UpdateFolderInput> for UpdateFolderInput
source§fn eq(&self, other: &UpdateFolderInput) -> bool
fn eq(&self, other: &UpdateFolderInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.