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 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<StartAutomationExecutionOutputBuilder> for StartAutomationExecutionOutputBuilder
impl PartialEq<StartAutomationExecutionOutputBuilder> 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 ==.