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 ==.impl StructuralPartialEq for DeleteAccountCustomizationInputBuilder
Auto Trait Implementations§
impl Freeze for DeleteAccountCustomizationInputBuilder
impl RefUnwindSafe for DeleteAccountCustomizationInputBuilder
impl Send for DeleteAccountCustomizationInputBuilder
impl Sync for DeleteAccountCustomizationInputBuilder
impl Unpin for DeleteAccountCustomizationInputBuilder
impl UnwindSafe for DeleteAccountCustomizationInputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more