Struct aws_sdk_ssm::operation::get_maintenance_window_execution_task_invocation::builders::GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
source · #[non_exhaustive]pub struct GetMaintenanceWindowExecutionTaskInvocationOutputBuilder { /* private fields */ }
Expand description
A builder for GetMaintenanceWindowExecutionTaskInvocationOutput
.
Implementations§
source§impl GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
impl GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
sourcepub fn window_execution_id(self, input: impl Into<String>) -> Self
pub fn window_execution_id(self, input: impl Into<String>) -> Self
The maintenance window execution ID.
sourcepub fn set_window_execution_id(self, input: Option<String>) -> Self
pub fn set_window_execution_id(self, input: Option<String>) -> Self
The maintenance window execution ID.
sourcepub fn get_window_execution_id(&self) -> &Option<String>
pub fn get_window_execution_id(&self) -> &Option<String>
The maintenance window execution ID.
sourcepub fn task_execution_id(self, input: impl Into<String>) -> Self
pub fn task_execution_id(self, input: impl Into<String>) -> Self
The task execution ID.
sourcepub fn set_task_execution_id(self, input: Option<String>) -> Self
pub fn set_task_execution_id(self, input: Option<String>) -> Self
The task execution ID.
sourcepub fn get_task_execution_id(&self) -> &Option<String>
pub fn get_task_execution_id(&self) -> &Option<String>
The task execution ID.
sourcepub fn invocation_id(self, input: impl Into<String>) -> Self
pub fn invocation_id(self, input: impl Into<String>) -> Self
The invocation ID.
sourcepub fn set_invocation_id(self, input: Option<String>) -> Self
pub fn set_invocation_id(self, input: Option<String>) -> Self
The invocation ID.
sourcepub fn get_invocation_id(&self) -> &Option<String>
pub fn get_invocation_id(&self) -> &Option<String>
The invocation ID.
sourcepub fn execution_id(self, input: impl Into<String>) -> Self
pub fn execution_id(self, input: impl Into<String>) -> Self
The execution ID.
sourcepub fn set_execution_id(self, input: Option<String>) -> Self
pub fn set_execution_id(self, input: Option<String>) -> Self
The execution ID.
sourcepub fn get_execution_id(&self) -> &Option<String>
pub fn get_execution_id(&self) -> &Option<String>
The execution ID.
sourcepub fn task_type(self, input: MaintenanceWindowTaskType) -> Self
pub fn task_type(self, input: MaintenanceWindowTaskType) -> Self
Retrieves the task type for a maintenance window.
sourcepub fn set_task_type(self, input: Option<MaintenanceWindowTaskType>) -> Self
pub fn set_task_type(self, input: Option<MaintenanceWindowTaskType>) -> Self
Retrieves the task type for a maintenance window.
sourcepub fn get_task_type(&self) -> &Option<MaintenanceWindowTaskType>
pub fn get_task_type(&self) -> &Option<MaintenanceWindowTaskType>
Retrieves the task type for a maintenance window.
sourcepub fn parameters(self, input: impl Into<String>) -> Self
pub fn parameters(self, input: impl Into<String>) -> Self
The parameters used at the time that the task ran.
sourcepub fn set_parameters(self, input: Option<String>) -> Self
pub fn set_parameters(self, input: Option<String>) -> Self
The parameters used at the time that the task ran.
sourcepub fn get_parameters(&self) -> &Option<String>
pub fn get_parameters(&self) -> &Option<String>
The parameters used at the time that the task ran.
sourcepub fn status(self, input: MaintenanceWindowExecutionStatus) -> Self
pub fn status(self, input: MaintenanceWindowExecutionStatus) -> Self
The task status for an invocation.
sourcepub fn set_status(self, input: Option<MaintenanceWindowExecutionStatus>) -> Self
pub fn set_status(self, input: Option<MaintenanceWindowExecutionStatus>) -> Self
The task status for an invocation.
sourcepub fn get_status(&self) -> &Option<MaintenanceWindowExecutionStatus>
pub fn get_status(&self) -> &Option<MaintenanceWindowExecutionStatus>
The task status for an invocation.
sourcepub fn status_details(self, input: impl Into<String>) -> Self
pub fn status_details(self, input: impl Into<String>) -> Self
The details explaining the status. Details are only available for certain status values.
sourcepub fn set_status_details(self, input: Option<String>) -> Self
pub fn set_status_details(self, input: Option<String>) -> Self
The details explaining the status. Details are only available for certain status values.
sourcepub fn get_status_details(&self) -> &Option<String>
pub fn get_status_details(&self) -> &Option<String>
The details explaining the status. Details are only available for certain status values.
sourcepub fn start_time(self, input: DateTime) -> Self
pub fn start_time(self, input: DateTime) -> Self
The time that the task started running on the target.
sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
The time that the task started running on the target.
sourcepub fn get_start_time(&self) -> &Option<DateTime>
pub fn get_start_time(&self) -> &Option<DateTime>
The time that the task started running on the target.
sourcepub fn end_time(self, input: DateTime) -> Self
pub fn end_time(self, input: DateTime) -> Self
The time that the task finished running on the target.
sourcepub fn set_end_time(self, input: Option<DateTime>) -> Self
pub fn set_end_time(self, input: Option<DateTime>) -> Self
The time that the task finished running on the target.
sourcepub fn get_end_time(&self) -> &Option<DateTime>
pub fn get_end_time(&self) -> &Option<DateTime>
The time that the task finished running on the target.
sourcepub fn owner_information(self, input: impl Into<String>) -> Self
pub fn owner_information(self, input: impl Into<String>) -> Self
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
sourcepub fn set_owner_information(self, input: Option<String>) -> Self
pub fn set_owner_information(self, input: Option<String>) -> Self
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
sourcepub fn get_owner_information(&self) -> &Option<String>
pub fn get_owner_information(&self) -> &Option<String>
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
sourcepub fn window_target_id(self, input: impl Into<String>) -> Self
pub fn window_target_id(self, input: impl Into<String>) -> Self
The maintenance window target ID.
sourcepub fn set_window_target_id(self, input: Option<String>) -> Self
pub fn set_window_target_id(self, input: Option<String>) -> Self
The maintenance window target ID.
sourcepub fn get_window_target_id(&self) -> &Option<String>
pub fn get_window_target_id(&self) -> &Option<String>
The maintenance window target ID.
sourcepub fn build(self) -> GetMaintenanceWindowExecutionTaskInvocationOutput
pub fn build(self) -> GetMaintenanceWindowExecutionTaskInvocationOutput
Consumes the builder and constructs a GetMaintenanceWindowExecutionTaskInvocationOutput
.
Trait Implementations§
source§impl Clone for GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
impl Clone for GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
source§fn clone(&self) -> GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
fn clone(&self) -> GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
impl Default for GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
source§fn default() -> GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
fn default() -> GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
source§impl PartialEq for GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
impl PartialEq for GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
source§fn eq(
&self,
other: &GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
) -> bool
fn eq( &self, other: &GetMaintenanceWindowExecutionTaskInvocationOutputBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
Auto Trait Implementations§
impl Freeze for GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
impl RefUnwindSafe for GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
impl Send for GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
impl Sync for GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
impl Unpin for GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
impl UnwindSafe for GetMaintenanceWindowExecutionTaskInvocationOutputBuilder
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
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more