#[non_exhaustive]pub struct ListDocumentsOutputBuilder { /* private fields */ }Expand description
A builder for ListDocumentsOutput.
Implementations§
source§impl ListDocumentsOutputBuilder
impl ListDocumentsOutputBuilder
sourcepub fn document_identifiers(self, input: DocumentIdentifier) -> Self
pub fn document_identifiers(self, input: DocumentIdentifier) -> Self
Appends an item to document_identifiers.
To override the contents of this collection use set_document_identifiers.
The names of the SSM documents.
sourcepub fn set_document_identifiers(
self,
input: Option<Vec<DocumentIdentifier>>
) -> Self
pub fn set_document_identifiers( self, input: Option<Vec<DocumentIdentifier>> ) -> Self
The names of the SSM documents.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
sourcepub fn build(self) -> ListDocumentsOutput
pub fn build(self) -> ListDocumentsOutput
Consumes the builder and constructs a ListDocumentsOutput.
Trait Implementations§
source§impl Clone for ListDocumentsOutputBuilder
impl Clone for ListDocumentsOutputBuilder
source§fn clone(&self) -> ListDocumentsOutputBuilder
fn clone(&self) -> ListDocumentsOutputBuilder
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 ListDocumentsOutputBuilder
impl Debug for ListDocumentsOutputBuilder
source§impl Default for ListDocumentsOutputBuilder
impl Default for ListDocumentsOutputBuilder
source§fn default() -> ListDocumentsOutputBuilder
fn default() -> ListDocumentsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListDocumentsOutputBuilder> for ListDocumentsOutputBuilder
impl PartialEq<ListDocumentsOutputBuilder> for ListDocumentsOutputBuilder
source§fn eq(&self, other: &ListDocumentsOutputBuilder) -> bool
fn eq(&self, other: &ListDocumentsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.