Struct aws_sdk_quicksight::operation::update_account_customization::builders::UpdateAccountCustomizationOutputBuilder
source · #[non_exhaustive]pub struct UpdateAccountCustomizationOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateAccountCustomizationOutput
.
Implementations§
source§impl UpdateAccountCustomizationOutputBuilder
impl UpdateAccountCustomizationOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.
sourcepub fn get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.
sourcepub fn aws_account_id(self, input: impl Into<String>) -> Self
pub fn aws_account_id(self, input: impl Into<String>) -> Self
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
sourcepub fn get_aws_account_id(&self) -> &Option<String>
pub fn get_aws_account_id(&self) -> &Option<String>
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
sourcepub fn namespace(self, input: impl Into<String>) -> Self
pub fn namespace(self, input: impl Into<String>) -> Self
The namespace associated with the customization that you're updating.
sourcepub fn set_namespace(self, input: Option<String>) -> Self
pub fn set_namespace(self, input: Option<String>) -> Self
The namespace associated with the customization that you're updating.
sourcepub fn get_namespace(&self) -> &Option<String>
pub fn get_namespace(&self) -> &Option<String>
The namespace associated with the customization that you're updating.
sourcepub fn account_customization(self, input: AccountCustomization) -> Self
pub fn account_customization(self, input: AccountCustomization) -> Self
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
sourcepub fn set_account_customization(
self,
input: Option<AccountCustomization>
) -> Self
pub fn set_account_customization( self, input: Option<AccountCustomization> ) -> Self
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
sourcepub fn get_account_customization(&self) -> &Option<AccountCustomization>
pub fn get_account_customization(&self) -> &Option<AccountCustomization>
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The Amazon Web Services request ID for this operation.
sourcepub fn get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
The Amazon Web Services request ID for this operation.
sourcepub fn set_status(self, input: Option<i32>) -> Self
pub fn set_status(self, input: Option<i32>) -> Self
The HTTP status of the request.
sourcepub fn get_status(&self) -> &Option<i32>
pub fn get_status(&self) -> &Option<i32>
The HTTP status of the request.
sourcepub fn build(self) -> UpdateAccountCustomizationOutput
pub fn build(self) -> UpdateAccountCustomizationOutput
Consumes the builder and constructs a UpdateAccountCustomizationOutput
.
Trait Implementations§
source§impl Clone for UpdateAccountCustomizationOutputBuilder
impl Clone for UpdateAccountCustomizationOutputBuilder
source§fn clone(&self) -> UpdateAccountCustomizationOutputBuilder
fn clone(&self) -> UpdateAccountCustomizationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateAccountCustomizationOutputBuilder
impl Default for UpdateAccountCustomizationOutputBuilder
source§fn default() -> UpdateAccountCustomizationOutputBuilder
fn default() -> UpdateAccountCustomizationOutputBuilder
source§impl PartialEq for UpdateAccountCustomizationOutputBuilder
impl PartialEq for UpdateAccountCustomizationOutputBuilder
source§fn eq(&self, other: &UpdateAccountCustomizationOutputBuilder) -> bool
fn eq(&self, other: &UpdateAccountCustomizationOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.