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