#[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 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 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 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) -> 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<UpdateThemeOutputBuilder> for UpdateThemeOutputBuilder
impl PartialEq<UpdateThemeOutputBuilder> 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 ==
.