Struct aws_sdk_ssm::operation::get_maintenance_window_execution::builders::GetMaintenanceWindowExecutionOutputBuilder
source · #[non_exhaustive]pub struct GetMaintenanceWindowExecutionOutputBuilder { /* private fields */ }
Expand description
A builder for GetMaintenanceWindowExecutionOutput
.
Implementations§
source§impl GetMaintenanceWindowExecutionOutputBuilder
impl GetMaintenanceWindowExecutionOutputBuilder
sourcepub fn window_execution_id(self, input: impl Into<String>) -> Self
pub fn window_execution_id(self, input: impl Into<String>) -> Self
The ID of the maintenance window execution.
sourcepub fn set_window_execution_id(self, input: Option<String>) -> Self
pub fn set_window_execution_id(self, input: Option<String>) -> Self
The ID of the maintenance window execution.
sourcepub fn get_window_execution_id(&self) -> &Option<String>
pub fn get_window_execution_id(&self) -> &Option<String>
The ID of the maintenance window execution.
sourcepub fn task_ids(self, input: impl Into<String>) -> Self
pub fn task_ids(self, input: impl Into<String>) -> Self
Appends an item to task_ids
.
To override the contents of this collection use set_task_ids
.
The ID of the task executions from the maintenance window execution.
sourcepub fn set_task_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_task_ids(self, input: Option<Vec<String>>) -> Self
The ID of the task executions from the maintenance window execution.
sourcepub fn get_task_ids(&self) -> &Option<Vec<String>>
pub fn get_task_ids(&self) -> &Option<Vec<String>>
The ID of the task executions from the maintenance window execution.
sourcepub fn status(self, input: MaintenanceWindowExecutionStatus) -> Self
pub fn status(self, input: MaintenanceWindowExecutionStatus) -> Self
The status of the maintenance window execution.
sourcepub fn set_status(self, input: Option<MaintenanceWindowExecutionStatus>) -> Self
pub fn set_status(self, input: Option<MaintenanceWindowExecutionStatus>) -> Self
The status of the maintenance window execution.
sourcepub fn get_status(&self) -> &Option<MaintenanceWindowExecutionStatus>
pub fn get_status(&self) -> &Option<MaintenanceWindowExecutionStatus>
The status of the maintenance window execution.
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. Not available for all 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. Not available for all status values.
sourcepub fn get_status_details(&self) -> &Option<String>
pub fn get_status_details(&self) -> &Option<String>
The details explaining the status. Not available for all status values.
sourcepub fn start_time(self, input: DateTime) -> Self
pub fn start_time(self, input: DateTime) -> Self
The time the maintenance window started running.
sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
The time the maintenance window started running.
sourcepub fn get_start_time(&self) -> &Option<DateTime>
pub fn get_start_time(&self) -> &Option<DateTime>
The time the maintenance window started running.
sourcepub fn end_time(self, input: DateTime) -> Self
pub fn end_time(self, input: DateTime) -> Self
The time the maintenance window finished running.
sourcepub fn set_end_time(self, input: Option<DateTime>) -> Self
pub fn set_end_time(self, input: Option<DateTime>) -> Self
The time the maintenance window finished running.
sourcepub fn get_end_time(&self) -> &Option<DateTime>
pub fn get_end_time(&self) -> &Option<DateTime>
The time the maintenance window finished running.
sourcepub fn build(self) -> GetMaintenanceWindowExecutionOutput
pub fn build(self) -> GetMaintenanceWindowExecutionOutput
Consumes the builder and constructs a GetMaintenanceWindowExecutionOutput
.
Trait Implementations§
source§impl Clone for GetMaintenanceWindowExecutionOutputBuilder
impl Clone for GetMaintenanceWindowExecutionOutputBuilder
source§fn clone(&self) -> GetMaintenanceWindowExecutionOutputBuilder
fn clone(&self) -> GetMaintenanceWindowExecutionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetMaintenanceWindowExecutionOutputBuilder
impl Default for GetMaintenanceWindowExecutionOutputBuilder
source§fn default() -> GetMaintenanceWindowExecutionOutputBuilder
fn default() -> GetMaintenanceWindowExecutionOutputBuilder
source§impl PartialEq for GetMaintenanceWindowExecutionOutputBuilder
impl PartialEq for GetMaintenanceWindowExecutionOutputBuilder
source§fn eq(&self, other: &GetMaintenanceWindowExecutionOutputBuilder) -> bool
fn eq(&self, other: &GetMaintenanceWindowExecutionOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.