#[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 get_command(&self) -> &Option<Command>
pub fn get_command(&self) -> &Option<Command>
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 for SendCommandOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for SendCommandOutputBuilder
Auto Trait Implementations§
impl Freeze for SendCommandOutputBuilder
impl RefUnwindSafe for SendCommandOutputBuilder
impl Send for SendCommandOutputBuilder
impl Sync for SendCommandOutputBuilder
impl Unpin for SendCommandOutputBuilder
impl UnwindSafe for SendCommandOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.