Struct aws_sdk_amplifyuibuilder::operation::update_theme::builders::UpdateThemeOutputBuilder
source · #[non_exhaustive]pub struct UpdateThemeOutputBuilder { /* private fields */ }Expand description
A builder for UpdateThemeOutput.
Implementations§
source§impl UpdateThemeOutputBuilder
impl UpdateThemeOutputBuilder
sourcepub fn set_entity(self, input: Option<Theme>) -> Self
pub fn set_entity(self, input: Option<Theme>) -> Self
Describes the configuration of the updated theme.
sourcepub fn get_entity(&self) -> &Option<Theme>
pub fn get_entity(&self) -> &Option<Theme>
Describes the configuration of the updated theme.
sourcepub fn build(self) -> UpdateThemeOutput
pub fn build(self) -> UpdateThemeOutput
Consumes the builder and constructs a UpdateThemeOutput.
Trait Implementations§
source§impl Clone for UpdateThemeOutputBuilder
impl Clone for UpdateThemeOutputBuilder
source§fn clone(&self) -> UpdateThemeOutputBuilder
fn clone(&self) -> UpdateThemeOutputBuilder
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 UpdateThemeOutputBuilder
impl Debug for UpdateThemeOutputBuilder
source§impl Default for UpdateThemeOutputBuilder
impl Default for UpdateThemeOutputBuilder
source§fn default() -> UpdateThemeOutputBuilder
fn default() -> UpdateThemeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateThemeOutputBuilder
impl PartialEq for UpdateThemeOutputBuilder
source§fn eq(&self, other: &UpdateThemeOutputBuilder) -> bool
fn eq(&self, other: &UpdateThemeOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateThemeOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateThemeOutputBuilder
impl RefUnwindSafe for UpdateThemeOutputBuilder
impl Send for UpdateThemeOutputBuilder
impl Sync for UpdateThemeOutputBuilder
impl Unpin for UpdateThemeOutputBuilder
impl UnwindSafe for UpdateThemeOutputBuilder
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.