#[non_exhaustive]pub struct UpdateRoleAliasOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateRoleAliasOutput
.
Implementations§
source§impl UpdateRoleAliasOutputBuilder
impl UpdateRoleAliasOutputBuilder
sourcepub fn role_alias(self, input: impl Into<String>) -> Self
pub fn role_alias(self, input: impl Into<String>) -> Self
The role alias.
sourcepub fn set_role_alias(self, input: Option<String>) -> Self
pub fn set_role_alias(self, input: Option<String>) -> Self
The role alias.
sourcepub fn role_alias_arn(self, input: impl Into<String>) -> Self
pub fn role_alias_arn(self, input: impl Into<String>) -> Self
The role alias ARN.
sourcepub fn set_role_alias_arn(self, input: Option<String>) -> Self
pub fn set_role_alias_arn(self, input: Option<String>) -> Self
The role alias ARN.
sourcepub fn build(self) -> UpdateRoleAliasOutput
pub fn build(self) -> UpdateRoleAliasOutput
Consumes the builder and constructs a UpdateRoleAliasOutput
.
Trait Implementations§
source§impl Clone for UpdateRoleAliasOutputBuilder
impl Clone for UpdateRoleAliasOutputBuilder
source§fn clone(&self) -> UpdateRoleAliasOutputBuilder
fn clone(&self) -> UpdateRoleAliasOutputBuilder
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 UpdateRoleAliasOutputBuilder
impl Debug for UpdateRoleAliasOutputBuilder
source§impl Default for UpdateRoleAliasOutputBuilder
impl Default for UpdateRoleAliasOutputBuilder
source§fn default() -> UpdateRoleAliasOutputBuilder
fn default() -> UpdateRoleAliasOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateRoleAliasOutputBuilder> for UpdateRoleAliasOutputBuilder
impl PartialEq<UpdateRoleAliasOutputBuilder> for UpdateRoleAliasOutputBuilder
source§fn eq(&self, other: &UpdateRoleAliasOutputBuilder) -> bool
fn eq(&self, other: &UpdateRoleAliasOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.