Struct aws_sdk_amplifyuibuilder::operation::create_theme::builders::CreateThemeOutputBuilder
source · #[non_exhaustive]pub struct CreateThemeOutputBuilder { /* private fields */ }Expand description
A builder for CreateThemeOutput.
Implementations§
source§impl CreateThemeOutputBuilder
impl CreateThemeOutputBuilder
sourcepub fn set_entity(self, input: Option<Theme>) -> Self
pub fn set_entity(self, input: Option<Theme>) -> Self
Describes the configuration of the new theme.
sourcepub fn get_entity(&self) -> &Option<Theme>
pub fn get_entity(&self) -> &Option<Theme>
Describes the configuration of the new theme.
sourcepub fn build(self) -> CreateThemeOutput
pub fn build(self) -> CreateThemeOutput
Consumes the builder and constructs a CreateThemeOutput.
Trait Implementations§
source§impl Clone for CreateThemeOutputBuilder
impl Clone for CreateThemeOutputBuilder
source§fn clone(&self) -> CreateThemeOutputBuilder
fn clone(&self) -> CreateThemeOutputBuilder
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 CreateThemeOutputBuilder
impl Debug for CreateThemeOutputBuilder
source§impl Default for CreateThemeOutputBuilder
impl Default for CreateThemeOutputBuilder
source§fn default() -> CreateThemeOutputBuilder
fn default() -> CreateThemeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateThemeOutputBuilder
impl PartialEq for CreateThemeOutputBuilder
source§fn eq(&self, other: &CreateThemeOutputBuilder) -> bool
fn eq(&self, other: &CreateThemeOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateThemeOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateThemeOutputBuilder
impl RefUnwindSafe for CreateThemeOutputBuilder
impl Send for CreateThemeOutputBuilder
impl Sync for CreateThemeOutputBuilder
impl Unpin for CreateThemeOutputBuilder
impl UnwindSafe for CreateThemeOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.