Struct aws_sdk_quicksight::operation::describe_theme_alias::builders::DescribeThemeAliasInputBuilder
source · #[non_exhaustive]pub struct DescribeThemeAliasInputBuilder { /* private fields */ }Expand description
A builder for DescribeThemeAliasInput.
Implementations§
source§impl DescribeThemeAliasInputBuilder
impl DescribeThemeAliasInputBuilder
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 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 alias 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 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 describe.
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 describe.
sourcepub fn build(self) -> Result<DescribeThemeAliasInput, BuildError>
pub fn build(self) -> Result<DescribeThemeAliasInput, BuildError>
Consumes the builder and constructs a DescribeThemeAliasInput.
Trait Implementations§
source§impl Clone for DescribeThemeAliasInputBuilder
impl Clone for DescribeThemeAliasInputBuilder
source§fn clone(&self) -> DescribeThemeAliasInputBuilder
fn clone(&self) -> DescribeThemeAliasInputBuilder
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 Default for DescribeThemeAliasInputBuilder
impl Default for DescribeThemeAliasInputBuilder
source§fn default() -> DescribeThemeAliasInputBuilder
fn default() -> DescribeThemeAliasInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeThemeAliasInputBuilder> for DescribeThemeAliasInputBuilder
impl PartialEq<DescribeThemeAliasInputBuilder> for DescribeThemeAliasInputBuilder
source§fn eq(&self, other: &DescribeThemeAliasInputBuilder) -> bool
fn eq(&self, other: &DescribeThemeAliasInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeThemeAliasInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeThemeAliasInputBuilder
impl Send for DescribeThemeAliasInputBuilder
impl Sync for DescribeThemeAliasInputBuilder
impl Unpin for DescribeThemeAliasInputBuilder
impl UnwindSafe for DescribeThemeAliasInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more