pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyInstancePlacementOutput
.
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) -> ModifyInstancePlacementOutput
pub fn build(self) -> ModifyInstancePlacementOutput
Consumes the builder and constructs a ModifyInstancePlacementOutput
.