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