Struct aws_sdk_ssm::types::builders::OpsItemSummaryBuilder
source · #[non_exhaustive]pub struct OpsItemSummaryBuilder { /* private fields */ }
Expand description
A builder for OpsItemSummary
.
Implementations§
source§impl OpsItemSummaryBuilder
impl OpsItemSummaryBuilder
sourcepub fn created_by(self, input: impl Into<String>) -> Self
pub fn created_by(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
sourcepub fn set_created_by(self, input: Option<String>) -> Self
pub fn set_created_by(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
sourcepub fn get_created_by(&self) -> &Option<String>
pub fn get_created_by(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
sourcepub fn created_time(self, input: DateTime) -> Self
pub fn created_time(self, input: DateTime) -> Self
The date and time the OpsItem was created.
sourcepub fn set_created_time(self, input: Option<DateTime>) -> Self
pub fn set_created_time(self, input: Option<DateTime>) -> Self
The date and time the OpsItem was created.
sourcepub fn get_created_time(&self) -> &Option<DateTime>
pub fn get_created_time(&self) -> &Option<DateTime>
The date and time the OpsItem was created.
sourcepub fn last_modified_by(self, input: impl Into<String>) -> Self
pub fn last_modified_by(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
sourcepub fn set_last_modified_by(self, input: Option<String>) -> Self
pub fn set_last_modified_by(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
sourcepub fn get_last_modified_by(&self) -> &Option<String>
pub fn get_last_modified_by(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The date and time the OpsItem was last updated.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The date and time the OpsItem was last updated.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
The date and time the OpsItem was last updated.
sourcepub fn priority(self, input: i32) -> Self
pub fn priority(self, input: i32) -> Self
The importance of this OpsItem in relation to other OpsItems in the system.
sourcepub fn set_priority(self, input: Option<i32>) -> Self
pub fn set_priority(self, input: Option<i32>) -> Self
The importance of this OpsItem in relation to other OpsItems in the system.
sourcepub fn get_priority(&self) -> &Option<i32>
pub fn get_priority(&self) -> &Option<i32>
The importance of this OpsItem in relation to other OpsItems in the system.
sourcepub fn source(self, input: impl Into<String>) -> Self
pub fn source(self, input: impl Into<String>) -> Self
The impacted Amazon Web Services resource.
sourcepub fn set_source(self, input: Option<String>) -> Self
pub fn set_source(self, input: Option<String>) -> Self
The impacted Amazon Web Services resource.
sourcepub fn get_source(&self) -> &Option<String>
pub fn get_source(&self) -> &Option<String>
The impacted Amazon Web Services resource.
sourcepub fn status(self, input: OpsItemStatus) -> Self
pub fn status(self, input: OpsItemStatus) -> Self
The OpsItem status. Status can be Open
, In Progress
, or Resolved
.
sourcepub fn set_status(self, input: Option<OpsItemStatus>) -> Self
pub fn set_status(self, input: Option<OpsItemStatus>) -> Self
The OpsItem status. Status can be Open
, In Progress
, or Resolved
.
sourcepub fn get_status(&self) -> &Option<OpsItemStatus>
pub fn get_status(&self) -> &Option<OpsItemStatus>
The OpsItem status. Status can be Open
, In Progress
, or Resolved
.
sourcepub fn ops_item_id(self, input: impl Into<String>) -> Self
pub fn ops_item_id(self, input: impl Into<String>) -> Self
The ID of the OpsItem.
sourcepub fn set_ops_item_id(self, input: Option<String>) -> Self
pub fn set_ops_item_id(self, input: Option<String>) -> Self
The ID of the OpsItem.
sourcepub fn get_ops_item_id(&self) -> &Option<String>
pub fn get_ops_item_id(&self) -> &Option<String>
The ID of the OpsItem.
sourcepub fn title(self, input: impl Into<String>) -> Self
pub fn title(self, input: impl Into<String>) -> Self
A short heading that describes the nature of the OpsItem and the impacted resource.
sourcepub fn set_title(self, input: Option<String>) -> Self
pub fn set_title(self, input: Option<String>) -> Self
A short heading that describes the nature of the OpsItem and the impacted resource.
sourcepub fn get_title(&self) -> &Option<String>
pub fn get_title(&self) -> &Option<String>
A short heading that describes the nature of the OpsItem and the impacted resource.
sourcepub fn operational_data(self, k: impl Into<String>, v: OpsItemDataValue) -> Self
pub fn operational_data(self, k: impl Into<String>, v: OpsItemDataValue) -> Self
Adds a key-value pair to operational_data
.
To override the contents of this collection use set_operational_data
.
Operational data is custom data that provides useful reference details about the OpsItem.
sourcepub fn set_operational_data(
self,
input: Option<HashMap<String, OpsItemDataValue>>
) -> Self
pub fn set_operational_data( self, input: Option<HashMap<String, OpsItemDataValue>> ) -> Self
Operational data is custom data that provides useful reference details about the OpsItem.
sourcepub fn get_operational_data(&self) -> &Option<HashMap<String, OpsItemDataValue>>
pub fn get_operational_data(&self) -> &Option<HashMap<String, OpsItemDataValue>>
Operational data is custom data that provides useful reference details about the OpsItem.
sourcepub fn set_category(self, input: Option<String>) -> Self
pub fn set_category(self, input: Option<String>) -> Self
A list of OpsItems by category.
sourcepub fn get_category(&self) -> &Option<String>
pub fn get_category(&self) -> &Option<String>
A list of OpsItems by category.
sourcepub fn set_severity(self, input: Option<String>) -> Self
pub fn set_severity(self, input: Option<String>) -> Self
A list of OpsItems by severity.
sourcepub fn get_severity(&self) -> &Option<String>
pub fn get_severity(&self) -> &Option<String>
A list of OpsItems by severity.
sourcepub fn ops_item_type(self, input: impl Into<String>) -> Self
pub fn ops_item_type(self, input: impl Into<String>) -> Self
The type of OpsItem. Systems Manager supports the following types of OpsItems:
-
/aws/issue
This type of OpsItem is used for default OpsItems created by OpsCenter.
-
/aws/changerequest
This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests.
-
/aws/insight
This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
sourcepub fn set_ops_item_type(self, input: Option<String>) -> Self
pub fn set_ops_item_type(self, input: Option<String>) -> Self
The type of OpsItem. Systems Manager supports the following types of OpsItems:
-
/aws/issue
This type of OpsItem is used for default OpsItems created by OpsCenter.
-
/aws/changerequest
This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests.
-
/aws/insight
This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
sourcepub fn get_ops_item_type(&self) -> &Option<String>
pub fn get_ops_item_type(&self) -> &Option<String>
The type of OpsItem. Systems Manager supports the following types of OpsItems:
-
/aws/issue
This type of OpsItem is used for default OpsItems created by OpsCenter.
-
/aws/changerequest
This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests.
-
/aws/insight
This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
sourcepub fn actual_start_time(self, input: DateTime) -> Self
pub fn actual_start_time(self, input: DateTime) -> Self
The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest
.
sourcepub fn set_actual_start_time(self, input: Option<DateTime>) -> Self
pub fn set_actual_start_time(self, input: Option<DateTime>) -> Self
The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest
.
sourcepub fn get_actual_start_time(&self) -> &Option<DateTime>
pub fn get_actual_start_time(&self) -> &Option<DateTime>
The time a runbook workflow started. Currently reported only for the OpsItem type /aws/changerequest
.
sourcepub fn actual_end_time(self, input: DateTime) -> Self
pub fn actual_end_time(self, input: DateTime) -> Self
The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest
.
sourcepub fn set_actual_end_time(self, input: Option<DateTime>) -> Self
pub fn set_actual_end_time(self, input: Option<DateTime>) -> Self
The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest
.
sourcepub fn get_actual_end_time(&self) -> &Option<DateTime>
pub fn get_actual_end_time(&self) -> &Option<DateTime>
The time a runbook workflow ended. Currently reported only for the OpsItem type /aws/changerequest
.
sourcepub fn planned_start_time(self, input: DateTime) -> Self
pub fn planned_start_time(self, input: DateTime) -> Self
The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest
.
sourcepub fn set_planned_start_time(self, input: Option<DateTime>) -> Self
pub fn set_planned_start_time(self, input: Option<DateTime>) -> Self
The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest
.
sourcepub fn get_planned_start_time(&self) -> &Option<DateTime>
pub fn get_planned_start_time(&self) -> &Option<DateTime>
The time specified in a change request for a runbook workflow to start. Currently supported only for the OpsItem type /aws/changerequest
.
sourcepub fn planned_end_time(self, input: DateTime) -> Self
pub fn planned_end_time(self, input: DateTime) -> Self
The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest
.
sourcepub fn set_planned_end_time(self, input: Option<DateTime>) -> Self
pub fn set_planned_end_time(self, input: Option<DateTime>) -> Self
The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest
.
sourcepub fn get_planned_end_time(&self) -> &Option<DateTime>
pub fn get_planned_end_time(&self) -> &Option<DateTime>
The time specified in a change request for a runbook workflow to end. Currently supported only for the OpsItem type /aws/changerequest
.
sourcepub fn build(self) -> OpsItemSummary
pub fn build(self) -> OpsItemSummary
Consumes the builder and constructs a OpsItemSummary
.
Trait Implementations§
source§impl Clone for OpsItemSummaryBuilder
impl Clone for OpsItemSummaryBuilder
source§fn clone(&self) -> OpsItemSummaryBuilder
fn clone(&self) -> OpsItemSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for OpsItemSummaryBuilder
impl Debug for OpsItemSummaryBuilder
source§impl Default for OpsItemSummaryBuilder
impl Default for OpsItemSummaryBuilder
source§fn default() -> OpsItemSummaryBuilder
fn default() -> OpsItemSummaryBuilder
source§impl PartialEq for OpsItemSummaryBuilder
impl PartialEq for OpsItemSummaryBuilder
source§fn eq(&self, other: &OpsItemSummaryBuilder) -> bool
fn eq(&self, other: &OpsItemSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.