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 get_automation_execution_id(&self) -> &Option<String>
pub fn get_automation_execution_id(&self) -> &Option<String>
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 for StartChangeRequestExecutionOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for StartChangeRequestExecutionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StartChangeRequestExecutionOutputBuilder
impl Send for StartChangeRequestExecutionOutputBuilder
impl Sync for StartChangeRequestExecutionOutputBuilder
impl Unpin for StartChangeRequestExecutionOutputBuilder
impl UnwindSafe for StartChangeRequestExecutionOutputBuilder
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