Struct aws_sdk_workdocs::input::UpdateFolderInput
source · [−]#[non_exhaustive]pub struct UpdateFolderInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for UpdateFolderInput
impl Clone for UpdateFolderInput
sourcefn clone(&self) -> UpdateFolderInput
fn clone(&self) -> UpdateFolderInput
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 UpdateFolderInput
impl Debug for UpdateFolderInput
sourceimpl PartialEq<UpdateFolderInput> for UpdateFolderInput
impl PartialEq<UpdateFolderInput> for UpdateFolderInput
sourcefn eq(&self, other: &UpdateFolderInput) -> bool
fn eq(&self, other: &UpdateFolderInput) -> bool
impl StructuralPartialEq for UpdateFolderInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateFolderInput
impl Send for UpdateFolderInput
impl Sync for UpdateFolderInput
impl Unpin for UpdateFolderInput
impl UnwindSafe for UpdateFolderInput
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