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