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