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