#[non_exhaustive]pub struct DeleteFolderInputBuilder { /* private fields */ }
Expand description
A builder for DeleteFolderInput
.
Implementations§
source§impl DeleteFolderInputBuilder
impl DeleteFolderInputBuilder
sourcepub fn authentication_token(self, input: impl Into<String>) -> Self
pub fn authentication_token(self, input: impl Into<String>) -> Self
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
sourcepub fn set_authentication_token(self, input: Option<String>) -> Self
pub fn set_authentication_token(self, input: Option<String>) -> Self
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
sourcepub fn set_folder_id(self, input: Option<String>) -> Self
pub fn set_folder_id(self, input: Option<String>) -> Self
The ID of the folder.
sourcepub fn build(self) -> Result<DeleteFolderInput, BuildError>
pub fn build(self) -> Result<DeleteFolderInput, BuildError>
Consumes the builder and constructs a DeleteFolderInput
.
Trait Implementations§
source§impl Clone for DeleteFolderInputBuilder
impl Clone for DeleteFolderInputBuilder
source§fn clone(&self) -> DeleteFolderInputBuilder
fn clone(&self) -> DeleteFolderInputBuilder
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 DeleteFolderInputBuilder
impl Debug for DeleteFolderInputBuilder
source§impl Default for DeleteFolderInputBuilder
impl Default for DeleteFolderInputBuilder
source§fn default() -> DeleteFolderInputBuilder
fn default() -> DeleteFolderInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteFolderInputBuilder> for DeleteFolderInputBuilder
impl PartialEq<DeleteFolderInputBuilder> for DeleteFolderInputBuilder
source§fn eq(&self, other: &DeleteFolderInputBuilder) -> bool
fn eq(&self, other: &DeleteFolderInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.