#[non_exhaustive]pub struct CreateThemeOutputBuilder { /* private fields */ }
Expand description
A builder for CreateThemeOutput
.
Implementations§
source§impl CreateThemeOutputBuilder
impl CreateThemeOutputBuilder
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 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 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 theme.
sourcepub fn set_theme_id(self, input: Option<String>) -> Self
pub fn set_theme_id(self, input: Option<String>) -> Self
The ID of the theme.
sourcepub fn get_theme_id(&self) -> &Option<String>
pub fn get_theme_id(&self) -> &Option<String>
The ID of the theme.
sourcepub fn creation_status(self, input: ResourceStatus) -> Self
pub fn creation_status(self, input: ResourceStatus) -> Self
The theme creation status.
sourcepub fn set_creation_status(self, input: Option<ResourceStatus>) -> Self
pub fn set_creation_status(self, input: Option<ResourceStatus>) -> Self
The theme creation status.
sourcepub fn get_creation_status(&self) -> &Option<ResourceStatus>
pub fn get_creation_status(&self) -> &Option<ResourceStatus>
The theme creation status.
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) -> 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 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>
Creates a shared type from an unshared type.