#[non_exhaustive]pub struct DescribeThemeInputBuilder { /* private fields */ }Expand description
A builder for DescribeThemeInput.
Implementations§
source§impl DescribeThemeInputBuilder
impl DescribeThemeInputBuilder
sourcepub fn aws_account_id(self, input: impl Into<String>) -> Self
pub fn aws_account_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account that contains the theme that you're describing.
sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account that contains the theme that you're describing.
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 version_number(self, input: i64) -> Self
pub fn version_number(self, input: i64) -> Self
The version number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the theme is described.
sourcepub fn set_version_number(self, input: Option<i64>) -> Self
pub fn set_version_number(self, input: Option<i64>) -> Self
The version number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the theme is described.
sourcepub fn alias_name(self, input: impl Into<String>) -> Self
pub fn alias_name(self, input: impl Into<String>) -> Self
The alias of the theme that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the theme by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to themes.
sourcepub fn set_alias_name(self, input: Option<String>) -> Self
pub fn set_alias_name(self, input: Option<String>) -> Self
The alias of the theme that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the theme by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to themes.
sourcepub fn build(self) -> Result<DescribeThemeInput, BuildError>
pub fn build(self) -> Result<DescribeThemeInput, BuildError>
Consumes the builder and constructs a DescribeThemeInput.
Trait Implementations§
source§impl Clone for DescribeThemeInputBuilder
impl Clone for DescribeThemeInputBuilder
source§fn clone(&self) -> DescribeThemeInputBuilder
fn clone(&self) -> DescribeThemeInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DescribeThemeInputBuilder
impl Debug for DescribeThemeInputBuilder
source§impl Default for DescribeThemeInputBuilder
impl Default for DescribeThemeInputBuilder
source§fn default() -> DescribeThemeInputBuilder
fn default() -> DescribeThemeInputBuilder
source§impl PartialEq<DescribeThemeInputBuilder> for DescribeThemeInputBuilder
impl PartialEq<DescribeThemeInputBuilder> for DescribeThemeInputBuilder
source§fn eq(&self, other: &DescribeThemeInputBuilder) -> bool
fn eq(&self, other: &DescribeThemeInputBuilder) -> bool
self and other values to be equal, and is used
by ==.