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