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