Struct aws_sdk_workmail::operation::disassociate_delegate_from_resource::builders::DisassociateDelegateFromResourceInputBuilder
source · #[non_exhaustive]pub struct DisassociateDelegateFromResourceInputBuilder { /* private fields */ }Expand description
A builder for DisassociateDelegateFromResourceInput.
Implementations§
source§impl DisassociateDelegateFromResourceInputBuilder
impl DisassociateDelegateFromResourceInputBuilder
sourcepub fn organization_id(self, input: impl Into<String>) -> Self
pub fn organization_id(self, input: impl Into<String>) -> Self
The identifier for the organization under which the resource exists.
This field is required.sourcepub fn set_organization_id(self, input: Option<String>) -> Self
pub fn set_organization_id(self, input: Option<String>) -> Self
The identifier for the organization under which the resource exists.
sourcepub fn get_organization_id(&self) -> &Option<String>
pub fn get_organization_id(&self) -> &Option<String>
The identifier for the organization under which the resource exists.
sourcepub fn resource_id(self, input: impl Into<String>) -> Self
pub fn resource_id(self, input: impl Into<String>) -> Self
The identifier of the resource from which delegates' set members are removed.
The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
-
Resource ID: r-0123456789a0123456789b0123456789
-
Email address: resource@domain.tld
-
Resource name: resource
sourcepub fn set_resource_id(self, input: Option<String>) -> Self
pub fn set_resource_id(self, input: Option<String>) -> Self
The identifier of the resource from which delegates' set members are removed.
The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
-
Resource ID: r-0123456789a0123456789b0123456789
-
Email address: resource@domain.tld
-
Resource name: resource
sourcepub fn get_resource_id(&self) -> &Option<String>
pub fn get_resource_id(&self) -> &Option<String>
The identifier of the resource from which delegates' set members are removed.
The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
-
Resource ID: r-0123456789a0123456789b0123456789
-
Email address: resource@domain.tld
-
Resource name: resource
sourcepub fn entity_id(self, input: impl Into<String>) -> Self
pub fn entity_id(self, input: impl Into<String>) -> Self
The identifier for the member (user, group) to be removed from the resource's delegates.
The entity ID can accept UserId or GroupID, Username or Groupname, or email.
-
Entity: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
-
Email address: entity@domain.tld
-
Entity: entity
sourcepub fn set_entity_id(self, input: Option<String>) -> Self
pub fn set_entity_id(self, input: Option<String>) -> Self
The identifier for the member (user, group) to be removed from the resource's delegates.
The entity ID can accept UserId or GroupID, Username or Groupname, or email.
-
Entity: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
-
Email address: entity@domain.tld
-
Entity: entity
sourcepub fn get_entity_id(&self) -> &Option<String>
pub fn get_entity_id(&self) -> &Option<String>
The identifier for the member (user, group) to be removed from the resource's delegates.
The entity ID can accept UserId or GroupID, Username or Groupname, or email.
-
Entity: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234
-
Email address: entity@domain.tld
-
Entity: entity
sourcepub fn build(self) -> Result<DisassociateDelegateFromResourceInput, BuildError>
pub fn build(self) -> Result<DisassociateDelegateFromResourceInput, BuildError>
Consumes the builder and constructs a DisassociateDelegateFromResourceInput.
source§impl DisassociateDelegateFromResourceInputBuilder
impl DisassociateDelegateFromResourceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DisassociateDelegateFromResourceOutput, SdkError<DisassociateDelegateFromResourceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DisassociateDelegateFromResourceOutput, SdkError<DisassociateDelegateFromResourceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DisassociateDelegateFromResourceInputBuilder
impl Clone for DisassociateDelegateFromResourceInputBuilder
source§fn clone(&self) -> DisassociateDelegateFromResourceInputBuilder
fn clone(&self) -> DisassociateDelegateFromResourceInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DisassociateDelegateFromResourceInputBuilder
impl Default for DisassociateDelegateFromResourceInputBuilder
source§fn default() -> DisassociateDelegateFromResourceInputBuilder
fn default() -> DisassociateDelegateFromResourceInputBuilder
source§impl PartialEq for DisassociateDelegateFromResourceInputBuilder
impl PartialEq for DisassociateDelegateFromResourceInputBuilder
source§fn eq(&self, other: &DisassociateDelegateFromResourceInputBuilder) -> bool
fn eq(&self, other: &DisassociateDelegateFromResourceInputBuilder) -> bool
self and other values to be equal, and is used
by ==.