Struct aws_sdk_workdocs::output::get_resources_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetResourcesOutput
.
Implementations§
source§impl Builder
impl Builder
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 folders in the specified folder.
sourcepub fn set_folders(self, input: Option<Vec<FolderMetadata>>) -> Self
pub fn set_folders(self, input: Option<Vec<FolderMetadata>>) -> Self
The folders in the specified folder.
sourcepub fn documents(self, input: DocumentMetadata) -> Self
pub fn documents(self, input: DocumentMetadata) -> Self
Appends an item to documents
.
To override the contents of this collection use set_documents
.
The documents in the specified collection.
sourcepub fn set_documents(self, input: Option<Vec<DocumentMetadata>>) -> Self
pub fn set_documents(self, input: Option<Vec<DocumentMetadata>>) -> Self
The documents in the specified collection.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
sourcepub fn build(self) -> GetResourcesOutput
pub fn build(self) -> GetResourcesOutput
Consumes the builder and constructs a GetResourcesOutput
.