#[non_exhaustive]pub struct GetResourcesOutputBuilder { /* private fields */ }
Expand description
A builder for GetResourcesOutput
.
Implementations§
source§impl GetResourcesOutputBuilder
impl GetResourcesOutputBuilder
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 get_folders(&self) -> &Option<Vec<FolderMetadata>>
pub fn get_folders(&self) -> &Option<Vec<FolderMetadata>>
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 get_documents(&self) -> &Option<Vec<DocumentMetadata>>
pub fn get_documents(&self) -> &Option<Vec<DocumentMetadata>>
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 get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
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
.
Trait Implementations§
source§impl Clone for GetResourcesOutputBuilder
impl Clone for GetResourcesOutputBuilder
source§fn clone(&self) -> GetResourcesOutputBuilder
fn clone(&self) -> GetResourcesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetResourcesOutputBuilder
impl Debug for GetResourcesOutputBuilder
source§impl Default for GetResourcesOutputBuilder
impl Default for GetResourcesOutputBuilder
source§fn default() -> GetResourcesOutputBuilder
fn default() -> GetResourcesOutputBuilder
source§impl PartialEq for GetResourcesOutputBuilder
impl PartialEq for GetResourcesOutputBuilder
source§fn eq(&self, other: &GetResourcesOutputBuilder) -> bool
fn eq(&self, other: &GetResourcesOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.