Struct aws_sdk_quicksight::operation::delete_account_customization::builders::DeleteAccountCustomizationInputBuilder
source · #[non_exhaustive]pub struct DeleteAccountCustomizationInputBuilder { /* private fields */ }Expand description
A builder for DeleteAccountCustomizationInput.
Implementations§
source§impl DeleteAccountCustomizationInputBuilder
impl DeleteAccountCustomizationInputBuilder
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 delete Amazon QuickSight customizations from in this Amazon Web Services Region.
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 for the Amazon Web Services account that you want to delete Amazon QuickSight customizations from in this Amazon Web Services Region.
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 delete Amazon QuickSight customizations from in this Amazon Web Services Region.
sourcepub fn namespace(self, input: impl Into<String>) -> Self
pub fn namespace(self, input: impl Into<String>) -> Self
The Amazon QuickSight namespace that you're deleting the customizations from.
sourcepub fn set_namespace(self, input: Option<String>) -> Self
pub fn set_namespace(self, input: Option<String>) -> Self
The Amazon QuickSight namespace that you're deleting the customizations from.
sourcepub fn get_namespace(&self) -> &Option<String>
pub fn get_namespace(&self) -> &Option<String>
The Amazon QuickSight namespace that you're deleting the customizations from.
sourcepub fn build(self) -> Result<DeleteAccountCustomizationInput, BuildError>
pub fn build(self) -> Result<DeleteAccountCustomizationInput, BuildError>
Consumes the builder and constructs a DeleteAccountCustomizationInput.
source§impl DeleteAccountCustomizationInputBuilder
impl DeleteAccountCustomizationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteAccountCustomizationOutput, SdkError<DeleteAccountCustomizationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteAccountCustomizationOutput, SdkError<DeleteAccountCustomizationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteAccountCustomizationInputBuilder
impl Clone for DeleteAccountCustomizationInputBuilder
source§fn clone(&self) -> DeleteAccountCustomizationInputBuilder
fn clone(&self) -> DeleteAccountCustomizationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteAccountCustomizationInputBuilder
impl Default for DeleteAccountCustomizationInputBuilder
source§fn default() -> DeleteAccountCustomizationInputBuilder
fn default() -> DeleteAccountCustomizationInputBuilder
source§impl PartialEq for DeleteAccountCustomizationInputBuilder
impl PartialEq for DeleteAccountCustomizationInputBuilder
source§fn eq(&self, other: &DeleteAccountCustomizationInputBuilder) -> bool
fn eq(&self, other: &DeleteAccountCustomizationInputBuilder) -> bool
self and other values to be equal, and is used
by ==.