Struct aws_sdk_entityresolution::operation::list_schema_mappings::builders::ListSchemaMappingsOutputBuilder
source · #[non_exhaustive]pub struct ListSchemaMappingsOutputBuilder { /* private fields */ }Expand description
A builder for ListSchemaMappingsOutput.
Implementations§
source§impl ListSchemaMappingsOutputBuilder
impl ListSchemaMappingsOutputBuilder
sourcepub fn schema_list(self, input: SchemaMappingSummary) -> Self
pub fn schema_list(self, input: SchemaMappingSummary) -> Self
Appends an item to schema_list.
To override the contents of this collection use set_schema_list.
A list of SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt.
sourcepub fn set_schema_list(self, input: Option<Vec<SchemaMappingSummary>>) -> Self
pub fn set_schema_list(self, input: Option<Vec<SchemaMappingSummary>>) -> Self
A list of SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt.
sourcepub fn get_schema_list(&self) -> &Option<Vec<SchemaMappingSummary>>
pub fn get_schema_list(&self) -> &Option<Vec<SchemaMappingSummary>>
A list of SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token from the previous API call.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token from the previous API call.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The pagination token from the previous API call.
sourcepub fn build(self) -> ListSchemaMappingsOutput
pub fn build(self) -> ListSchemaMappingsOutput
Consumes the builder and constructs a ListSchemaMappingsOutput.
Trait Implementations§
source§impl Clone for ListSchemaMappingsOutputBuilder
impl Clone for ListSchemaMappingsOutputBuilder
source§fn clone(&self) -> ListSchemaMappingsOutputBuilder
fn clone(&self) -> ListSchemaMappingsOutputBuilder
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 Default for ListSchemaMappingsOutputBuilder
impl Default for ListSchemaMappingsOutputBuilder
source§fn default() -> ListSchemaMappingsOutputBuilder
fn default() -> ListSchemaMappingsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListSchemaMappingsOutputBuilder
impl PartialEq for ListSchemaMappingsOutputBuilder
source§fn eq(&self, other: &ListSchemaMappingsOutputBuilder) -> bool
fn eq(&self, other: &ListSchemaMappingsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListSchemaMappingsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListSchemaMappingsOutputBuilder
impl Send for ListSchemaMappingsOutputBuilder
impl Sync for ListSchemaMappingsOutputBuilder
impl Unpin for ListSchemaMappingsOutputBuilder
impl UnwindSafe for ListSchemaMappingsOutputBuilder
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.