#[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 get_role_alias(&self) -> &Option<String>
pub fn get_role_alias(&self) -> &Option<String>
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 get_role_alias_arn(&self) -> &Option<String>
pub fn get_role_alias_arn(&self) -> &Option<String>
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 for UpdateRoleAliasOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for UpdateRoleAliasOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateRoleAliasOutputBuilder
impl RefUnwindSafe for UpdateRoleAliasOutputBuilder
impl Send for UpdateRoleAliasOutputBuilder
impl Sync for UpdateRoleAliasOutputBuilder
impl Unpin for UpdateRoleAliasOutputBuilder
impl UnwindSafe for UpdateRoleAliasOutputBuilder
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.