Struct aws_sdk_workdocs::operation::describe_root_folders::builders::DescribeRootFoldersOutputBuilder
source · #[non_exhaustive]pub struct DescribeRootFoldersOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeRootFoldersOutput
.
Implementations§
source§impl DescribeRootFoldersOutputBuilder
impl DescribeRootFoldersOutputBuilder
sourcepub fn folders(self, input: FolderMetadata) -> Self
pub fn folders(self, input: FolderMetadata) -> Self
Appends an item to folders
.
To override the contents of this collection use set_folders
.
The user's special folders.
sourcepub fn set_folders(self, input: Option<Vec<FolderMetadata>>) -> Self
pub fn set_folders(self, input: Option<Vec<FolderMetadata>>) -> Self
The user's special folders.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The marker for the next set of results.
sourcepub fn build(self) -> DescribeRootFoldersOutput
pub fn build(self) -> DescribeRootFoldersOutput
Consumes the builder and constructs a DescribeRootFoldersOutput
.
Trait Implementations§
source§impl Clone for DescribeRootFoldersOutputBuilder
impl Clone for DescribeRootFoldersOutputBuilder
source§fn clone(&self) -> DescribeRootFoldersOutputBuilder
fn clone(&self) -> DescribeRootFoldersOutputBuilder
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 Default for DescribeRootFoldersOutputBuilder
impl Default for DescribeRootFoldersOutputBuilder
source§fn default() -> DescribeRootFoldersOutputBuilder
fn default() -> DescribeRootFoldersOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeRootFoldersOutputBuilder> for DescribeRootFoldersOutputBuilder
impl PartialEq<DescribeRootFoldersOutputBuilder> for DescribeRootFoldersOutputBuilder
source§fn eq(&self, other: &DescribeRootFoldersOutputBuilder) -> bool
fn eq(&self, other: &DescribeRootFoldersOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.