#[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 get_document_identifiers(&self) -> &Option<Vec<DocumentIdentifier>>
pub fn get_document_identifiers(&self) -> &Option<Vec<DocumentIdentifier>>
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 get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
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 for ListDocumentsOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for ListDocumentsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListDocumentsOutputBuilder
impl Send for ListDocumentsOutputBuilder
impl Sync for ListDocumentsOutputBuilder
impl Unpin for ListDocumentsOutputBuilder
impl UnwindSafe for ListDocumentsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.