#[non_exhaustive]pub struct UpdateThemeOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateThemeOutput
.
Implementations§
source§impl UpdateThemeOutputBuilder
impl UpdateThemeOutputBuilder
sourcepub fn set_theme_id(self, input: Option<String>) -> Self
pub fn set_theme_id(self, input: Option<String>) -> Self
The ID for the theme.
sourcepub fn get_theme_id(&self) -> &Option<String>
pub fn get_theme_id(&self) -> &Option<String>
The ID for the theme.
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the theme.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the theme.
sourcepub fn version_arn(self, input: impl Into<String>) -> Self
pub fn version_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the new version of the theme.
sourcepub fn set_version_arn(self, input: Option<String>) -> Self
pub fn set_version_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the new version of the theme.
sourcepub fn get_version_arn(&self) -> &Option<String>
pub fn get_version_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) for the new version of the theme.
sourcepub fn creation_status(self, input: ResourceStatus) -> Self
pub fn creation_status(self, input: ResourceStatus) -> Self
The creation status of the theme.
sourcepub fn set_creation_status(self, input: Option<ResourceStatus>) -> Self
pub fn set_creation_status(self, input: Option<ResourceStatus>) -> Self
The creation status of the theme.
sourcepub fn get_creation_status(&self) -> &Option<ResourceStatus>
pub fn get_creation_status(&self) -> &Option<ResourceStatus>
The creation status of the theme.
sourcepub fn set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The HTTP status of the request.
sourcepub fn get_status(&self) -> &Option<i32>
pub fn get_status(&self) -> &Option<i32>
The HTTP status of the request.
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
The Amazon Web Services request ID for this operation.
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>
Creates a shared type from an unshared type.