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