Struct aws_sdk_ec2::output::delete_fpga_image_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteFpgaImageOutput
.
Implementations§
source§impl Builder
impl Builder
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) -> DeleteFpgaImageOutput
pub fn build(self) -> DeleteFpgaImageOutput
Consumes the builder and constructs a DeleteFpgaImageOutput
.