Struct aws_sdk_amplifyuibuilder::operation::export_components::builders::ExportComponentsOutputBuilder
source · #[non_exhaustive]pub struct ExportComponentsOutputBuilder { /* private fields */ }Expand description
A builder for ExportComponentsOutput.
Implementations§
source§impl ExportComponentsOutputBuilder
impl ExportComponentsOutputBuilder
sourcepub fn entities(self, input: Component) -> Self
pub fn entities(self, input: Component) -> Self
Appends an item to entities.
To override the contents of this collection use set_entities.
Represents the configuration of the exported components.
sourcepub fn set_entities(self, input: Option<Vec<Component>>) -> Self
pub fn set_entities(self, input: Option<Vec<Component>>) -> Self
Represents the configuration of the exported components.
sourcepub fn get_entities(&self) -> &Option<Vec<Component>>
pub fn get_entities(&self) -> &Option<Vec<Component>>
Represents the configuration of the exported components.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token that's included if more results are available.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token that's included if more results are available.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The pagination token that's included if more results are available.
sourcepub fn build(self) -> Result<ExportComponentsOutput, BuildError>
pub fn build(self) -> Result<ExportComponentsOutput, BuildError>
Consumes the builder and constructs a ExportComponentsOutput.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ExportComponentsOutputBuilder
impl Clone for ExportComponentsOutputBuilder
source§fn clone(&self) -> ExportComponentsOutputBuilder
fn clone(&self) -> ExportComponentsOutputBuilder
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 ExportComponentsOutputBuilder
impl Default for ExportComponentsOutputBuilder
source§fn default() -> ExportComponentsOutputBuilder
fn default() -> ExportComponentsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ExportComponentsOutputBuilder
impl PartialEq for ExportComponentsOutputBuilder
source§fn eq(&self, other: &ExportComponentsOutputBuilder) -> bool
fn eq(&self, other: &ExportComponentsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ExportComponentsOutputBuilder
Auto Trait Implementations§
impl Freeze for ExportComponentsOutputBuilder
impl RefUnwindSafe for ExportComponentsOutputBuilder
impl Send for ExportComponentsOutputBuilder
impl Sync for ExportComponentsOutputBuilder
impl Unpin for ExportComponentsOutputBuilder
impl UnwindSafe for ExportComponentsOutputBuilder
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.