#[non_exhaustive]pub struct DescribeFolderContentsInput { /* private fields */ }
Implementations§
source§impl DescribeFolderContentsInput
impl DescribeFolderContentsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFolderContents, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFolderContents, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeFolderContents
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFolderContentsInput
.
source§impl DescribeFolderContentsInput
impl DescribeFolderContentsInput
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 sort(&self) -> Option<&ResourceSortType>
pub fn sort(&self) -> Option<&ResourceSortType>
The sorting criteria.
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
The marker for the next set of results. This marker was received from a previous call.
sourcepub fn type(&self) -> Option<&FolderContentType>
pub fn type(&self) -> Option<&FolderContentType>
The type of items.
Trait Implementations§
source§impl Clone for DescribeFolderContentsInput
impl Clone for DescribeFolderContentsInput
source§fn clone(&self) -> DescribeFolderContentsInput
fn clone(&self) -> DescribeFolderContentsInput
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 DescribeFolderContentsInput
impl Debug for DescribeFolderContentsInput
source§impl PartialEq<DescribeFolderContentsInput> for DescribeFolderContentsInput
impl PartialEq<DescribeFolderContentsInput> for DescribeFolderContentsInput
source§fn eq(&self, other: &DescribeFolderContentsInput) -> bool
fn eq(&self, other: &DescribeFolderContentsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.