Struct aws_sdk_ssm::operation::start_automation_execution::builders::StartAutomationExecutionOutputBuilder
source · #[non_exhaustive]pub struct StartAutomationExecutionOutputBuilder { /* private fields */ }
Expand description
A builder for StartAutomationExecutionOutput
.
Implementations§
source§impl StartAutomationExecutionOutputBuilder
impl StartAutomationExecutionOutputBuilder
sourcepub fn automation_execution_id(self, input: impl Into<String>) -> Self
pub fn automation_execution_id(self, input: impl Into<String>) -> Self
The unique ID of a newly scheduled automation execution.
sourcepub fn set_automation_execution_id(self, input: Option<String>) -> Self
pub fn set_automation_execution_id(self, input: Option<String>) -> Self
The unique ID of a newly scheduled automation execution.
sourcepub fn get_automation_execution_id(&self) -> &Option<String>
pub fn get_automation_execution_id(&self) -> &Option<String>
The unique ID of a newly scheduled automation execution.
sourcepub fn build(self) -> StartAutomationExecutionOutput
pub fn build(self) -> StartAutomationExecutionOutput
Consumes the builder and constructs a StartAutomationExecutionOutput
.
Trait Implementations§
source§impl Clone for StartAutomationExecutionOutputBuilder
impl Clone for StartAutomationExecutionOutputBuilder
source§fn clone(&self) -> StartAutomationExecutionOutputBuilder
fn clone(&self) -> StartAutomationExecutionOutputBuilder
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 Default for StartAutomationExecutionOutputBuilder
impl Default for StartAutomationExecutionOutputBuilder
source§fn default() -> StartAutomationExecutionOutputBuilder
fn default() -> StartAutomationExecutionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StartAutomationExecutionOutputBuilder
impl PartialEq for StartAutomationExecutionOutputBuilder
source§fn eq(&self, other: &StartAutomationExecutionOutputBuilder) -> bool
fn eq(&self, other: &StartAutomationExecutionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StartAutomationExecutionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StartAutomationExecutionOutputBuilder
impl Send for StartAutomationExecutionOutputBuilder
impl Sync for StartAutomationExecutionOutputBuilder
impl Unpin for StartAutomationExecutionOutputBuilder
impl UnwindSafe for StartAutomationExecutionOutputBuilder
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