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