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