Struct aws_sdk_drs::types::builders::LaunchActionsStatusBuilder
source · #[non_exhaustive]pub struct LaunchActionsStatusBuilder { /* private fields */ }Expand description
A builder for LaunchActionsStatus.
Implementations§
source§impl LaunchActionsStatusBuilder
impl LaunchActionsStatusBuilder
sourcepub fn ssm_agent_discovery_datetime(self, input: impl Into<String>) -> Self
pub fn ssm_agent_discovery_datetime(self, input: impl Into<String>) -> Self
Time where the AWS Systems Manager was detected as running on the launched instance.
sourcepub fn set_ssm_agent_discovery_datetime(self, input: Option<String>) -> Self
pub fn set_ssm_agent_discovery_datetime(self, input: Option<String>) -> Self
Time where the AWS Systems Manager was detected as running on the launched instance.
sourcepub fn get_ssm_agent_discovery_datetime(&self) -> &Option<String>
pub fn get_ssm_agent_discovery_datetime(&self) -> &Option<String>
Time where the AWS Systems Manager was detected as running on the launched instance.
sourcepub fn runs(self, input: LaunchActionRun) -> Self
pub fn runs(self, input: LaunchActionRun) -> Self
Appends an item to runs.
To override the contents of this collection use set_runs.
List of post launch action status.
sourcepub fn set_runs(self, input: Option<Vec<LaunchActionRun>>) -> Self
pub fn set_runs(self, input: Option<Vec<LaunchActionRun>>) -> Self
List of post launch action status.
sourcepub fn get_runs(&self) -> &Option<Vec<LaunchActionRun>>
pub fn get_runs(&self) -> &Option<Vec<LaunchActionRun>>
List of post launch action status.
sourcepub fn build(self) -> LaunchActionsStatus
pub fn build(self) -> LaunchActionsStatus
Consumes the builder and constructs a LaunchActionsStatus.
Trait Implementations§
source§impl Clone for LaunchActionsStatusBuilder
impl Clone for LaunchActionsStatusBuilder
source§fn clone(&self) -> LaunchActionsStatusBuilder
fn clone(&self) -> LaunchActionsStatusBuilder
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 LaunchActionsStatusBuilder
impl Debug for LaunchActionsStatusBuilder
source§impl Default for LaunchActionsStatusBuilder
impl Default for LaunchActionsStatusBuilder
source§fn default() -> LaunchActionsStatusBuilder
fn default() -> LaunchActionsStatusBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for LaunchActionsStatusBuilder
impl PartialEq for LaunchActionsStatusBuilder
source§fn eq(&self, other: &LaunchActionsStatusBuilder) -> bool
fn eq(&self, other: &LaunchActionsStatusBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LaunchActionsStatusBuilder
Auto Trait Implementations§
impl RefUnwindSafe for LaunchActionsStatusBuilder
impl Send for LaunchActionsStatusBuilder
impl Sync for LaunchActionsStatusBuilder
impl Unpin for LaunchActionsStatusBuilder
impl UnwindSafe for LaunchActionsStatusBuilder
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.