Struct aws_sdk_quicksight::operation::delete_user_by_principal_id::builders::DeleteUserByPrincipalIdInputBuilder
source · #[non_exhaustive]pub struct DeleteUserByPrincipalIdInputBuilder { /* private fields */ }Expand description
A builder for DeleteUserByPrincipalIdInput.
Implementations§
source§impl DeleteUserByPrincipalIdInputBuilder
impl DeleteUserByPrincipalIdInputBuilder
sourcepub fn principal_id(self, input: impl Into<String>) -> Self
pub fn principal_id(self, input: impl Into<String>) -> Self
The principal ID of the user.
sourcepub fn set_principal_id(self, input: Option<String>) -> Self
pub fn set_principal_id(self, input: Option<String>) -> Self
The principal ID of the user.
sourcepub fn get_principal_id(&self) -> &Option<String>
pub fn get_principal_id(&self) -> &Option<String>
The principal ID of the user.
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 the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
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 the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
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 the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
sourcepub fn namespace(self, input: impl Into<String>) -> Self
pub fn namespace(self, input: impl Into<String>) -> Self
The namespace. Currently, you should set this to default.
sourcepub fn set_namespace(self, input: Option<String>) -> Self
pub fn set_namespace(self, input: Option<String>) -> Self
The namespace. Currently, you should set this to default.
sourcepub fn get_namespace(&self) -> &Option<String>
pub fn get_namespace(&self) -> &Option<String>
The namespace. Currently, you should set this to default.
sourcepub fn build(self) -> Result<DeleteUserByPrincipalIdInput, BuildError>
pub fn build(self) -> Result<DeleteUserByPrincipalIdInput, BuildError>
Consumes the builder and constructs a DeleteUserByPrincipalIdInput.
source§impl DeleteUserByPrincipalIdInputBuilder
impl DeleteUserByPrincipalIdInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteUserByPrincipalIdOutput, SdkError<DeleteUserByPrincipalIdError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteUserByPrincipalIdOutput, SdkError<DeleteUserByPrincipalIdError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteUserByPrincipalIdInputBuilder
impl Clone for DeleteUserByPrincipalIdInputBuilder
source§fn clone(&self) -> DeleteUserByPrincipalIdInputBuilder
fn clone(&self) -> DeleteUserByPrincipalIdInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeleteUserByPrincipalIdInputBuilder
impl Default for DeleteUserByPrincipalIdInputBuilder
source§fn default() -> DeleteUserByPrincipalIdInputBuilder
fn default() -> DeleteUserByPrincipalIdInputBuilder
source§impl PartialEq<DeleteUserByPrincipalIdInputBuilder> for DeleteUserByPrincipalIdInputBuilder
impl PartialEq<DeleteUserByPrincipalIdInputBuilder> for DeleteUserByPrincipalIdInputBuilder
source§fn eq(&self, other: &DeleteUserByPrincipalIdInputBuilder) -> bool
fn eq(&self, other: &DeleteUserByPrincipalIdInputBuilder) -> bool
self and other values to be equal, and is used
by ==.