Struct aws_sdk_quicksight::operation::delete_folder_membership::builders::DeleteFolderMembershipInputBuilder
source · #[non_exhaustive]pub struct DeleteFolderMembershipInputBuilder { /* private fields */ }Expand description
A builder for DeleteFolderMembershipInput.
Implementations§
source§impl DeleteFolderMembershipInputBuilder
impl DeleteFolderMembershipInputBuilder
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 contains the folder.
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 contains the folder.
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 contains the folder.
sourcepub fn folder_id(self, input: impl Into<String>) -> Self
pub fn folder_id(self, input: impl Into<String>) -> Self
The Folder ID.
This field is required.sourcepub fn set_folder_id(self, input: Option<String>) -> Self
pub fn set_folder_id(self, input: Option<String>) -> Self
The Folder ID.
sourcepub fn get_folder_id(&self) -> &Option<String>
pub fn get_folder_id(&self) -> &Option<String>
The Folder ID.
sourcepub fn member_id(self, input: impl Into<String>) -> Self
pub fn member_id(self, input: impl Into<String>) -> Self
The ID of the asset that you want to delete.
This field is required.sourcepub fn set_member_id(self, input: Option<String>) -> Self
pub fn set_member_id(self, input: Option<String>) -> Self
The ID of the asset that you want to delete.
sourcepub fn get_member_id(&self) -> &Option<String>
pub fn get_member_id(&self) -> &Option<String>
The ID of the asset that you want to delete.
sourcepub fn member_type(self, input: MemberType) -> Self
pub fn member_type(self, input: MemberType) -> Self
The member type of the asset that you want to delete from a folder.
This field is required.sourcepub fn set_member_type(self, input: Option<MemberType>) -> Self
pub fn set_member_type(self, input: Option<MemberType>) -> Self
The member type of the asset that you want to delete from a folder.
sourcepub fn get_member_type(&self) -> &Option<MemberType>
pub fn get_member_type(&self) -> &Option<MemberType>
The member type of the asset that you want to delete from a folder.
sourcepub fn build(self) -> Result<DeleteFolderMembershipInput, BuildError>
pub fn build(self) -> Result<DeleteFolderMembershipInput, BuildError>
Consumes the builder and constructs a DeleteFolderMembershipInput.
source§impl DeleteFolderMembershipInputBuilder
impl DeleteFolderMembershipInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteFolderMembershipOutput, SdkError<DeleteFolderMembershipError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteFolderMembershipOutput, SdkError<DeleteFolderMembershipError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteFolderMembershipInputBuilder
impl Clone for DeleteFolderMembershipInputBuilder
source§fn clone(&self) -> DeleteFolderMembershipInputBuilder
fn clone(&self) -> DeleteFolderMembershipInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for DeleteFolderMembershipInputBuilder
impl Default for DeleteFolderMembershipInputBuilder
source§fn default() -> DeleteFolderMembershipInputBuilder
fn default() -> DeleteFolderMembershipInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteFolderMembershipInputBuilder
impl PartialEq for DeleteFolderMembershipInputBuilder
source§fn eq(&self, other: &DeleteFolderMembershipInputBuilder) -> bool
fn eq(&self, other: &DeleteFolderMembershipInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteFolderMembershipInputBuilder
Auto Trait Implementations§
impl Freeze for DeleteFolderMembershipInputBuilder
impl RefUnwindSafe for DeleteFolderMembershipInputBuilder
impl Send for DeleteFolderMembershipInputBuilder
impl Sync for DeleteFolderMembershipInputBuilder
impl Unpin for DeleteFolderMembershipInputBuilder
impl UnwindSafe for DeleteFolderMembershipInputBuilder
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
Mutably borrows from an owned value. Read more
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>
Creates a shared type from an unshared type.