#[non_exhaustive]pub struct UpdateGroupInputBuilder { /* private fields */ }Expand description
A builder for UpdateGroupInput.
Implementations§
source§impl UpdateGroupInputBuilder
impl UpdateGroupInputBuilder
sourcepub fn group_name(self, input: impl Into<String>) -> Self
pub fn group_name(self, input: impl Into<String>) -> Self
The name of the group that you want to update.
This field is required.sourcepub fn set_group_name(self, input: Option<String>) -> Self
pub fn set_group_name(self, input: Option<String>) -> Self
The name of the group that you want to update.
sourcepub fn get_group_name(&self) -> &Option<String>
pub fn get_group_name(&self) -> &Option<String>
The name of the group that you want to update.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description for the group that you want to update.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description for the group that you want to update.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description for the group that you want to update.
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 group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
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 the group 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 group 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 of the group that you want to update.
This field is required.sourcepub fn set_namespace(self, input: Option<String>) -> Self
pub fn set_namespace(self, input: Option<String>) -> Self
The namespace of the group that you want to update.
sourcepub fn get_namespace(&self) -> &Option<String>
pub fn get_namespace(&self) -> &Option<String>
The namespace of the group that you want to update.
sourcepub fn build(self) -> Result<UpdateGroupInput, BuildError>
pub fn build(self) -> Result<UpdateGroupInput, BuildError>
Consumes the builder and constructs a UpdateGroupInput.
source§impl UpdateGroupInputBuilder
impl UpdateGroupInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateGroupOutput, SdkError<UpdateGroupError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateGroupOutput, SdkError<UpdateGroupError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateGroupInputBuilder
impl Clone for UpdateGroupInputBuilder
source§fn clone(&self) -> UpdateGroupInputBuilder
fn clone(&self) -> UpdateGroupInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for UpdateGroupInputBuilder
impl Debug for UpdateGroupInputBuilder
source§impl Default for UpdateGroupInputBuilder
impl Default for UpdateGroupInputBuilder
source§fn default() -> UpdateGroupInputBuilder
fn default() -> UpdateGroupInputBuilder
source§impl PartialEq for UpdateGroupInputBuilder
impl PartialEq for UpdateGroupInputBuilder
source§fn eq(&self, other: &UpdateGroupInputBuilder) -> bool
fn eq(&self, other: &UpdateGroupInputBuilder) -> bool
self and other values to be equal, and is used
by ==.