Struct aws_sdk_ssm::types::builders::MaintenanceWindowExecutionTaskInvocationIdentityBuilder
source · #[non_exhaustive]pub struct MaintenanceWindowExecutionTaskInvocationIdentityBuilder { /* private fields */ }
Expand description
A builder for MaintenanceWindowExecutionTaskInvocationIdentity
.
Implementations§
source§impl MaintenanceWindowExecutionTaskInvocationIdentityBuilder
impl MaintenanceWindowExecutionTaskInvocationIdentityBuilder
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 that ran the task.
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 that ran the task.
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 that ran the task.
sourcepub fn task_execution_id(self, input: impl Into<String>) -> Self
pub fn task_execution_id(self, input: impl Into<String>) -> Self
The ID of the specific task execution in the maintenance window execution.
sourcepub fn set_task_execution_id(self, input: Option<String>) -> Self
pub fn set_task_execution_id(self, input: Option<String>) -> Self
The ID of the specific task execution in the maintenance window execution.
sourcepub fn get_task_execution_id(&self) -> &Option<String>
pub fn get_task_execution_id(&self) -> &Option<String>
The ID of the specific task execution in the maintenance window execution.
sourcepub fn invocation_id(self, input: impl Into<String>) -> Self
pub fn invocation_id(self, input: impl Into<String>) -> Self
The ID of the task invocation.
sourcepub fn set_invocation_id(self, input: Option<String>) -> Self
pub fn set_invocation_id(self, input: Option<String>) -> Self
The ID of the task invocation.
sourcepub fn get_invocation_id(&self) -> &Option<String>
pub fn get_invocation_id(&self) -> &Option<String>
The ID of the task invocation.
sourcepub fn execution_id(self, input: impl Into<String>) -> Self
pub fn execution_id(self, input: impl Into<String>) -> Self
The ID of the action performed in the service that actually handled the task invocation. If the task type is RUN_COMMAND
, this value is the command ID.
sourcepub fn set_execution_id(self, input: Option<String>) -> Self
pub fn set_execution_id(self, input: Option<String>) -> Self
The ID of the action performed in the service that actually handled the task invocation. If the task type is RUN_COMMAND
, this value is the command ID.
sourcepub fn get_execution_id(&self) -> &Option<String>
pub fn get_execution_id(&self) -> &Option<String>
The ID of the action performed in the service that actually handled the task invocation. If the task type is RUN_COMMAND
, this value is the command ID.
sourcepub fn task_type(self, input: MaintenanceWindowTaskType) -> Self
pub fn task_type(self, input: MaintenanceWindowTaskType) -> Self
The task type.
sourcepub fn set_task_type(self, input: Option<MaintenanceWindowTaskType>) -> Self
pub fn set_task_type(self, input: Option<MaintenanceWindowTaskType>) -> Self
The task type.
sourcepub fn get_task_type(&self) -> &Option<MaintenanceWindowTaskType>
pub fn get_task_type(&self) -> &Option<MaintenanceWindowTaskType>
The task type.
sourcepub fn parameters(self, input: impl Into<String>) -> Self
pub fn parameters(self, input: impl Into<String>) -> Self
The parameters that were provided for the invocation when it was run.
sourcepub fn set_parameters(self, input: Option<String>) -> Self
pub fn set_parameters(self, input: Option<String>) -> Self
The parameters that were provided for the invocation when it was run.
sourcepub fn get_parameters(&self) -> &Option<String>
pub fn get_parameters(&self) -> &Option<String>
The parameters that were provided for the invocation when it was run.
sourcepub fn status(self, input: MaintenanceWindowExecutionStatus) -> Self
pub fn status(self, input: MaintenanceWindowExecutionStatus) -> Self
The status of the task invocation.
sourcepub fn set_status(self, input: Option<MaintenanceWindowExecutionStatus>) -> Self
pub fn set_status(self, input: Option<MaintenanceWindowExecutionStatus>) -> Self
The status of the task invocation.
sourcepub fn get_status(&self) -> &Option<MaintenanceWindowExecutionStatus>
pub fn get_status(&self) -> &Option<MaintenanceWindowExecutionStatus>
The status of the task 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 of the task invocation. 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 of the task invocation. 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 of the task invocation. 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 invocation started.
sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
The time the invocation started.
sourcepub fn get_start_time(&self) -> &Option<DateTime>
pub fn get_start_time(&self) -> &Option<DateTime>
The time the invocation started.
sourcepub fn set_end_time(self, input: Option<DateTime>) -> Self
pub fn set_end_time(self, input: Option<DateTime>) -> Self
The time the invocation finished.
sourcepub fn get_end_time(&self) -> &Option<DateTime>
pub fn get_end_time(&self) -> &Option<DateTime>
The time the invocation finished.
sourcepub fn owner_information(self, input: impl Into<String>) -> Self
pub fn owner_information(self, input: impl Into<String>) -> Self
User-provided value that was specified when the target was registered with the maintenance window. This was also included in any Amazon CloudWatch Events events raised during the task invocation.
sourcepub fn set_owner_information(self, input: Option<String>) -> Self
pub fn set_owner_information(self, input: Option<String>) -> Self
User-provided value that was specified when the target was registered with the maintenance window. This was also included in any Amazon CloudWatch Events events raised during the task invocation.
sourcepub fn get_owner_information(&self) -> &Option<String>
pub fn get_owner_information(&self) -> &Option<String>
User-provided value that was specified when the target was registered with the maintenance window. This was also included in any Amazon CloudWatch Events events raised during the task invocation.
sourcepub fn window_target_id(self, input: impl Into<String>) -> Self
pub fn window_target_id(self, input: impl Into<String>) -> Self
The ID of the target definition in this maintenance window the invocation was performed for.
sourcepub fn set_window_target_id(self, input: Option<String>) -> Self
pub fn set_window_target_id(self, input: Option<String>) -> Self
The ID of the target definition in this maintenance window the invocation was performed for.
sourcepub fn get_window_target_id(&self) -> &Option<String>
pub fn get_window_target_id(&self) -> &Option<String>
The ID of the target definition in this maintenance window the invocation was performed for.
sourcepub fn build(self) -> MaintenanceWindowExecutionTaskInvocationIdentity
pub fn build(self) -> MaintenanceWindowExecutionTaskInvocationIdentity
Consumes the builder and constructs a MaintenanceWindowExecutionTaskInvocationIdentity
.
Trait Implementations§
source§impl Clone for MaintenanceWindowExecutionTaskInvocationIdentityBuilder
impl Clone for MaintenanceWindowExecutionTaskInvocationIdentityBuilder
source§fn clone(&self) -> MaintenanceWindowExecutionTaskInvocationIdentityBuilder
fn clone(&self) -> MaintenanceWindowExecutionTaskInvocationIdentityBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for MaintenanceWindowExecutionTaskInvocationIdentityBuilder
impl Default for MaintenanceWindowExecutionTaskInvocationIdentityBuilder
source§fn default() -> MaintenanceWindowExecutionTaskInvocationIdentityBuilder
fn default() -> MaintenanceWindowExecutionTaskInvocationIdentityBuilder
source§impl PartialEq for MaintenanceWindowExecutionTaskInvocationIdentityBuilder
impl PartialEq for MaintenanceWindowExecutionTaskInvocationIdentityBuilder
source§fn eq(
&self,
other: &MaintenanceWindowExecutionTaskInvocationIdentityBuilder
) -> bool
fn eq( &self, other: &MaintenanceWindowExecutionTaskInvocationIdentityBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.