#[non_exhaustive]pub struct ListIndexOutputBuilder { /* private fields */ }Expand description
A builder for ListIndexOutput.
Implementations§
source§impl ListIndexOutputBuilder
impl ListIndexOutputBuilder
sourcepub fn index_attachments(self, input: IndexAttachment) -> Self
pub fn index_attachments(self, input: IndexAttachment) -> Self
Appends an item to index_attachments.
To override the contents of this collection use set_index_attachments.
The objects and indexed values attached to the index.
sourcepub fn set_index_attachments(self, input: Option<Vec<IndexAttachment>>) -> Self
pub fn set_index_attachments(self, input: Option<Vec<IndexAttachment>>) -> Self
The objects and indexed values attached to the index.
sourcepub fn get_index_attachments(&self) -> &Option<Vec<IndexAttachment>>
pub fn get_index_attachments(&self) -> &Option<Vec<IndexAttachment>>
The objects and indexed values attached to the index.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The pagination token.
sourcepub fn build(self) -> ListIndexOutput
pub fn build(self) -> ListIndexOutput
Consumes the builder and constructs a ListIndexOutput.
Trait Implementations§
source§impl Clone for ListIndexOutputBuilder
impl Clone for ListIndexOutputBuilder
source§fn clone(&self) -> ListIndexOutputBuilder
fn clone(&self) -> ListIndexOutputBuilder
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 ListIndexOutputBuilder
impl Debug for ListIndexOutputBuilder
source§impl Default for ListIndexOutputBuilder
impl Default for ListIndexOutputBuilder
source§fn default() -> ListIndexOutputBuilder
fn default() -> ListIndexOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListIndexOutputBuilder
impl PartialEq for ListIndexOutputBuilder
source§fn eq(&self, other: &ListIndexOutputBuilder) -> bool
fn eq(&self, other: &ListIndexOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListIndexOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListIndexOutputBuilder
impl Send for ListIndexOutputBuilder
impl Sync for ListIndexOutputBuilder
impl Unpin for ListIndexOutputBuilder
impl UnwindSafe for ListIndexOutputBuilder
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.