Struct aws_sdk_ssm::operation::start_change_request_execution::builders::StartChangeRequestExecutionOutputBuilder
source · #[non_exhaustive]pub struct StartChangeRequestExecutionOutputBuilder { /* private fields */ }Expand description
A builder for StartChangeRequestExecutionOutput.
Implementations§
source§impl StartChangeRequestExecutionOutputBuilder
impl StartChangeRequestExecutionOutputBuilder
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 runbook workflow operation. (A runbook workflow is a type of Automation operation.)
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 runbook workflow operation. (A runbook workflow is a type of Automation operation.)
sourcepub fn build(self) -> StartChangeRequestExecutionOutput
pub fn build(self) -> StartChangeRequestExecutionOutput
Consumes the builder and constructs a StartChangeRequestExecutionOutput.
Trait Implementations§
source§impl Clone for StartChangeRequestExecutionOutputBuilder
impl Clone for StartChangeRequestExecutionOutputBuilder
source§fn clone(&self) -> StartChangeRequestExecutionOutputBuilder
fn clone(&self) -> StartChangeRequestExecutionOutputBuilder
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 StartChangeRequestExecutionOutputBuilder
impl Default for StartChangeRequestExecutionOutputBuilder
source§fn default() -> StartChangeRequestExecutionOutputBuilder
fn default() -> StartChangeRequestExecutionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StartChangeRequestExecutionOutputBuilder> for StartChangeRequestExecutionOutputBuilder
impl PartialEq<StartChangeRequestExecutionOutputBuilder> for StartChangeRequestExecutionOutputBuilder
source§fn eq(&self, other: &StartChangeRequestExecutionOutputBuilder) -> bool
fn eq(&self, other: &StartChangeRequestExecutionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.