Struct aws_sdk_ec2::output::modify_fleet_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyFleetOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn return(self, input: bool) -> Self
pub fn return(self, input: bool) -> Self
If the request succeeds, the response returns true
. If the request fails, no response is returned, and instead an error message is returned.
sourcepub fn set_return(self, input: Option<bool>) -> Self
pub fn set_return(self, input: Option<bool>) -> Self
If the request succeeds, the response returns true
. If the request fails, no response is returned, and instead an error message is returned.
sourcepub fn build(self) -> ModifyFleetOutput
pub fn build(self) -> ModifyFleetOutput
Consumes the builder and constructs a ModifyFleetOutput
.