#[non_exhaustive]pub struct CreateRoleAliasOutputBuilder { /* private fields */ }
Expand description
A builder for CreateRoleAliasOutput
.
Implementations§
source§impl CreateRoleAliasOutputBuilder
impl CreateRoleAliasOutputBuilder
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) -> CreateRoleAliasOutput
pub fn build(self) -> CreateRoleAliasOutput
Consumes the builder and constructs a CreateRoleAliasOutput
.
Trait Implementations§
source§impl Clone for CreateRoleAliasOutputBuilder
impl Clone for CreateRoleAliasOutputBuilder
source§fn clone(&self) -> CreateRoleAliasOutputBuilder
fn clone(&self) -> CreateRoleAliasOutputBuilder
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 CreateRoleAliasOutputBuilder
impl Debug for CreateRoleAliasOutputBuilder
source§impl Default for CreateRoleAliasOutputBuilder
impl Default for CreateRoleAliasOutputBuilder
source§fn default() -> CreateRoleAliasOutputBuilder
fn default() -> CreateRoleAliasOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateRoleAliasOutputBuilder
impl PartialEq for CreateRoleAliasOutputBuilder
source§fn eq(&self, other: &CreateRoleAliasOutputBuilder) -> bool
fn eq(&self, other: &CreateRoleAliasOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateRoleAliasOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateRoleAliasOutputBuilder
impl Send for CreateRoleAliasOutputBuilder
impl Sync for CreateRoleAliasOutputBuilder
impl Unpin for CreateRoleAliasOutputBuilder
impl UnwindSafe for CreateRoleAliasOutputBuilder
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.