Struct aws_sdk_quicksight::operation::create_theme_alias::builders::CreateThemeAliasInputBuilder
source · #[non_exhaustive]pub struct CreateThemeAliasInputBuilder { /* private fields */ }Expand description
A builder for CreateThemeAliasInput.
Implementations§
source§impl CreateThemeAliasInputBuilder
impl CreateThemeAliasInputBuilder
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 for the new theme alias.
This field is required.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 for the new theme alias.
sourcepub fn get_aws_account_id(&self) -> &Option<String>
pub fn get_aws_account_id(&self) -> &Option<String>
The ID of the Amazon Web Services account that contains the theme for the new theme alias.
sourcepub fn theme_id(self, input: impl Into<String>) -> Self
pub fn theme_id(self, input: impl Into<String>) -> Self
An ID for the theme alias.
This field is required.sourcepub fn set_theme_id(self, input: Option<String>) -> Self
pub fn set_theme_id(self, input: Option<String>) -> Self
An ID for the theme alias.
sourcepub fn get_theme_id(&self) -> &Option<String>
pub fn get_theme_id(&self) -> &Option<String>
An ID for the theme alias.
sourcepub fn alias_name(self, input: impl Into<String>) -> Self
pub fn alias_name(self, input: impl Into<String>) -> Self
The name that you want to give to the theme alias that you are creating. The alias name can't begin with a $. Alias names that start with $ are reserved by Amazon QuickSight.
sourcepub fn set_alias_name(self, input: Option<String>) -> Self
pub fn set_alias_name(self, input: Option<String>) -> Self
The name that you want to give to the theme alias that you are creating. The alias name can't begin with a $. Alias names that start with $ are reserved by Amazon QuickSight.
sourcepub fn get_alias_name(&self) -> &Option<String>
pub fn get_alias_name(&self) -> &Option<String>
The name that you want to give to the theme alias that you are creating. The alias name can't begin with a $. Alias names that start with $ are reserved by Amazon QuickSight.
sourcepub fn theme_version_number(self, input: i64) -> Self
pub fn theme_version_number(self, input: i64) -> Self
The version number of the theme.
This field is required.sourcepub fn set_theme_version_number(self, input: Option<i64>) -> Self
pub fn set_theme_version_number(self, input: Option<i64>) -> Self
The version number of the theme.
sourcepub fn get_theme_version_number(&self) -> &Option<i64>
pub fn get_theme_version_number(&self) -> &Option<i64>
The version number of the theme.
sourcepub fn build(self) -> Result<CreateThemeAliasInput, BuildError>
pub fn build(self) -> Result<CreateThemeAliasInput, BuildError>
Consumes the builder and constructs a CreateThemeAliasInput.
source§impl CreateThemeAliasInputBuilder
impl CreateThemeAliasInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateThemeAliasOutput, SdkError<CreateThemeAliasError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateThemeAliasOutput, SdkError<CreateThemeAliasError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateThemeAliasInputBuilder
impl Clone for CreateThemeAliasInputBuilder
source§fn clone(&self) -> CreateThemeAliasInputBuilder
fn clone(&self) -> CreateThemeAliasInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreateThemeAliasInputBuilder
impl Debug for CreateThemeAliasInputBuilder
source§impl Default for CreateThemeAliasInputBuilder
impl Default for CreateThemeAliasInputBuilder
source§fn default() -> CreateThemeAliasInputBuilder
fn default() -> CreateThemeAliasInputBuilder
source§impl PartialEq for CreateThemeAliasInputBuilder
impl PartialEq for CreateThemeAliasInputBuilder
source§fn eq(&self, other: &CreateThemeAliasInputBuilder) -> bool
fn eq(&self, other: &CreateThemeAliasInputBuilder) -> bool
self and other values to be equal, and is used
by ==.