pub struct GetImpersonationRoleEffect { /* private fields */ }
Expand description
Fluent builder constructing a request to GetImpersonationRoleEffect
.
Tests whether the given impersonation role can impersonate a target user.
Implementations§
source§impl GetImpersonationRoleEffect
impl GetImpersonationRoleEffect
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetImpersonationRoleEffect, AwsResponseRetryClassifier>, SdkError<GetImpersonationRoleEffectError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetImpersonationRoleEffect, AwsResponseRetryClassifier>, SdkError<GetImpersonationRoleEffectError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<GetImpersonationRoleEffectOutput, SdkError<GetImpersonationRoleEffectError>>
pub async fn send(
self
) -> Result<GetImpersonationRoleEffectOutput, SdkError<GetImpersonationRoleEffectError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn organization_id(self, input: impl Into<String>) -> Self
pub fn organization_id(self, input: impl Into<String>) -> Self
The WorkMail organization where the impersonation role is defined.
sourcepub fn set_organization_id(self, input: Option<String>) -> Self
pub fn set_organization_id(self, input: Option<String>) -> Self
The WorkMail organization where the impersonation role is defined.
sourcepub fn impersonation_role_id(self, input: impl Into<String>) -> Self
pub fn impersonation_role_id(self, input: impl Into<String>) -> Self
The impersonation role ID to test.
sourcepub fn set_impersonation_role_id(self, input: Option<String>) -> Self
pub fn set_impersonation_role_id(self, input: Option<String>) -> Self
The impersonation role ID to test.
sourcepub fn target_user(self, input: impl Into<String>) -> Self
pub fn target_user(self, input: impl Into<String>) -> Self
The WorkMail organization user chosen to test the impersonation role. The following identity formats are available:
-
User ID:
12345678-1234-1234-1234-123456789012
orS-1-1-12-1234567890-123456789-123456789-1234
-
Email address:
user@domain.tld
-
User name:
user
sourcepub fn set_target_user(self, input: Option<String>) -> Self
pub fn set_target_user(self, input: Option<String>) -> Self
The WorkMail organization user chosen to test the impersonation role. The following identity formats are available:
-
User ID:
12345678-1234-1234-1234-123456789012
orS-1-1-12-1234567890-123456789-123456789-1234
-
Email address:
user@domain.tld
-
User name:
user
Trait Implementations§
source§impl Clone for GetImpersonationRoleEffect
impl Clone for GetImpersonationRoleEffect
source§fn clone(&self) -> GetImpersonationRoleEffect
fn clone(&self) -> GetImpersonationRoleEffect
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more