#[non_exhaustive]pub struct UpdateAccountCustomizationInput { /* private fields */ }
Implementations§
source§impl UpdateAccountCustomizationInput
impl UpdateAccountCustomizationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAccountCustomization, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAccountCustomization, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAccountCustomization
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAccountCustomizationInput
.
source§impl UpdateAccountCustomizationInput
impl UpdateAccountCustomizationInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
sourcepub fn namespace(&self) -> Option<&str>
pub fn namespace(&self) -> Option<&str>
The namespace that you want to update Amazon QuickSight customizations for.
sourcepub fn account_customization(&self) -> Option<&AccountCustomization>
pub fn account_customization(&self) -> Option<&AccountCustomization>
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
Trait Implementations§
source§impl Clone for UpdateAccountCustomizationInput
impl Clone for UpdateAccountCustomizationInput
source§fn clone(&self) -> UpdateAccountCustomizationInput
fn clone(&self) -> UpdateAccountCustomizationInput
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 PartialEq<UpdateAccountCustomizationInput> for UpdateAccountCustomizationInput
impl PartialEq<UpdateAccountCustomizationInput> for UpdateAccountCustomizationInput
source§fn eq(&self, other: &UpdateAccountCustomizationInput) -> bool
fn eq(&self, other: &UpdateAccountCustomizationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.