#[non_exhaustive]pub struct ListFieldsOutputBuilder { /* private fields */ }
Expand description
A builder for ListFieldsOutput
.
Implementations§
source§impl ListFieldsOutputBuilder
impl ListFieldsOutputBuilder
sourcepub fn fields(self, input: FieldSummary) -> Self
pub fn fields(self, input: FieldSummary) -> Self
Appends an item to fields
.
To override the contents of this collection use set_fields
.
List of detailed field information.
sourcepub fn set_fields(self, input: Option<Vec<FieldSummary>>) -> Self
pub fn set_fields(self, input: Option<Vec<FieldSummary>>) -> Self
List of detailed field information.
sourcepub fn get_fields(&self) -> &Option<Vec<FieldSummary>>
pub fn get_fields(&self) -> &Option<Vec<FieldSummary>>
List of detailed field information.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token for the next set of results. This is null if there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token for the next set of results. This is null if there are no more results to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token for the next set of results. This is null if there are no more results to return.
sourcepub fn build(self) -> ListFieldsOutput
pub fn build(self) -> ListFieldsOutput
Consumes the builder and constructs a ListFieldsOutput
.
Trait Implementations§
source§impl Clone for ListFieldsOutputBuilder
impl Clone for ListFieldsOutputBuilder
source§fn clone(&self) -> ListFieldsOutputBuilder
fn clone(&self) -> ListFieldsOutputBuilder
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 ListFieldsOutputBuilder
impl Debug for ListFieldsOutputBuilder
source§impl Default for ListFieldsOutputBuilder
impl Default for ListFieldsOutputBuilder
source§fn default() -> ListFieldsOutputBuilder
fn default() -> ListFieldsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListFieldsOutputBuilder
impl PartialEq for ListFieldsOutputBuilder
source§fn eq(&self, other: &ListFieldsOutputBuilder) -> bool
fn eq(&self, other: &ListFieldsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListFieldsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListFieldsOutputBuilder
impl Send for ListFieldsOutputBuilder
impl Sync for ListFieldsOutputBuilder
impl Unpin for ListFieldsOutputBuilder
impl UnwindSafe for ListFieldsOutputBuilder
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