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