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