#[non_exhaustive]pub struct SendCommandOutputBuilder { /* private fields */ }Expand description
A builder for SendCommandOutput.
Implementations§
source§impl SendCommandOutputBuilder
impl SendCommandOutputBuilder
sourcepub fn command(self, input: Command) -> Self
pub fn command(self, input: Command) -> Self
The request as it was received by Systems Manager. Also provides the command ID which can be used future references to this request.
sourcepub fn set_command(self, input: Option<Command>) -> Self
pub fn set_command(self, input: Option<Command>) -> Self
The request as it was received by Systems Manager. Also provides the command ID which can be used future references to this request.
sourcepub fn build(self) -> SendCommandOutput
pub fn build(self) -> SendCommandOutput
Consumes the builder and constructs a SendCommandOutput.
Trait Implementations§
source§impl Clone for SendCommandOutputBuilder
impl Clone for SendCommandOutputBuilder
source§fn clone(&self) -> SendCommandOutputBuilder
fn clone(&self) -> SendCommandOutputBuilder
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 Debug for SendCommandOutputBuilder
impl Debug for SendCommandOutputBuilder
source§impl Default for SendCommandOutputBuilder
impl Default for SendCommandOutputBuilder
source§fn default() -> SendCommandOutputBuilder
fn default() -> SendCommandOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SendCommandOutputBuilder> for SendCommandOutputBuilder
impl PartialEq<SendCommandOutputBuilder> for SendCommandOutputBuilder
source§fn eq(&self, other: &SendCommandOutputBuilder) -> bool
fn eq(&self, other: &SendCommandOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.