#[non_exhaustive]pub struct UpdateImpersonationRoleInput { /* private fields */ }
Implementations§
source§impl UpdateImpersonationRoleInput
impl UpdateImpersonationRoleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateImpersonationRole, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateImpersonationRole, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateImpersonationRole
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateImpersonationRoleInput
.
source§impl UpdateImpersonationRoleInput
impl UpdateImpersonationRoleInput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The WorkMail organization that contains the impersonation role to update.
sourcepub fn impersonation_role_id(&self) -> Option<&str>
pub fn impersonation_role_id(&self) -> Option<&str>
The ID of the impersonation role to update.
sourcepub fn type(&self) -> Option<&ImpersonationRoleType>
pub fn type(&self) -> Option<&ImpersonationRoleType>
The updated impersonation role type.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The updated impersonation role description.
sourcepub fn rules(&self) -> Option<&[ImpersonationRule]>
pub fn rules(&self) -> Option<&[ImpersonationRule]>
The updated list of rules.
Trait Implementations§
source§impl Clone for UpdateImpersonationRoleInput
impl Clone for UpdateImpersonationRoleInput
source§fn clone(&self) -> UpdateImpersonationRoleInput
fn clone(&self) -> UpdateImpersonationRoleInput
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 Debug for UpdateImpersonationRoleInput
impl Debug for UpdateImpersonationRoleInput
source§impl PartialEq<UpdateImpersonationRoleInput> for UpdateImpersonationRoleInput
impl PartialEq<UpdateImpersonationRoleInput> for UpdateImpersonationRoleInput
source§fn eq(&self, other: &UpdateImpersonationRoleInput) -> bool
fn eq(&self, other: &UpdateImpersonationRoleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.