Struct aws_sdk_quicksight::operation::update_theme_alias::builders::UpdateThemeAliasInputBuilder
source · #[non_exhaustive]pub struct UpdateThemeAliasInputBuilder { /* private fields */ }Expand description
A builder for UpdateThemeAliasInput.
Implementations§
source§impl UpdateThemeAliasInputBuilder
impl UpdateThemeAliasInputBuilder
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 alias that you're updating.
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 alias that you're updating.
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 alias that you're updating.
sourcepub fn theme_id(self, input: impl Into<String>) -> Self
pub fn theme_id(self, input: impl Into<String>) -> Self
The ID for the theme.
This field is required.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 get_theme_id(&self) -> &Option<String>
pub fn get_theme_id(&self) -> &Option<String>
The ID for the theme.
sourcepub fn alias_name(self, input: impl Into<String>) -> Self
pub fn alias_name(self, input: impl Into<String>) -> Self
The name of the theme alias that you want to update.
This field is required.sourcepub fn set_alias_name(self, input: Option<String>) -> Self
pub fn set_alias_name(self, input: Option<String>) -> Self
The name of the theme alias that you want to update.
sourcepub fn get_alias_name(&self) -> &Option<String>
pub fn get_alias_name(&self) -> &Option<String>
The name of the theme alias that you want to update.
sourcepub fn theme_version_number(self, input: i64) -> Self
pub fn theme_version_number(self, input: i64) -> Self
The version number of the theme that the alias should reference.
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 that the alias should reference.
sourcepub fn get_theme_version_number(&self) -> &Option<i64>
pub fn get_theme_version_number(&self) -> &Option<i64>
The version number of the theme that the alias should reference.
sourcepub fn build(self) -> Result<UpdateThemeAliasInput, BuildError>
pub fn build(self) -> Result<UpdateThemeAliasInput, BuildError>
Consumes the builder and constructs a UpdateThemeAliasInput.
source§impl UpdateThemeAliasInputBuilder
impl UpdateThemeAliasInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateThemeAliasOutput, SdkError<UpdateThemeAliasError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateThemeAliasOutput, SdkError<UpdateThemeAliasError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateThemeAliasInputBuilder
impl Clone for UpdateThemeAliasInputBuilder
source§fn clone(&self) -> UpdateThemeAliasInputBuilder
fn clone(&self) -> UpdateThemeAliasInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UpdateThemeAliasInputBuilder
impl Debug for UpdateThemeAliasInputBuilder
source§impl Default for UpdateThemeAliasInputBuilder
impl Default for UpdateThemeAliasInputBuilder
source§fn default() -> UpdateThemeAliasInputBuilder
fn default() -> UpdateThemeAliasInputBuilder
source§impl PartialEq for UpdateThemeAliasInputBuilder
impl PartialEq for UpdateThemeAliasInputBuilder
source§fn eq(&self, other: &UpdateThemeAliasInputBuilder) -> bool
fn eq(&self, other: &UpdateThemeAliasInputBuilder) -> bool
self and other values to be equal, and is used
by ==.