#[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 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 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 set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
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 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<CreateThemeOutputBuilder> for CreateThemeOutputBuilder
impl PartialEq<CreateThemeOutputBuilder> 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 ==
.