#[non_exhaustive]pub struct UpdateOpsItemInputBuilder { /* private fields */ }
Expand description
A builder for UpdateOpsItemInput
.
Implementations§
source§impl UpdateOpsItemInputBuilder
impl UpdateOpsItemInputBuilder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
User-defined text that contains information about the OpsItem, in Markdown format.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
User-defined text that contains information about the OpsItem, in Markdown format.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
User-defined text that contains information about the OpsItem, in Markdown format.
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
.
Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.
Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.
Operational data keys can't begin with the following: amazon
, aws
, amzn
, ssm
, /amazon
, /aws
, /amzn
, /ssm
.
You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems
API operation) can view and search on the specified data. Operational data that isn't searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem
API operation).
Use the /aws/resources
key in OperationalData to specify a related resource in the request. Use the /aws/automations
key in OperationalData to associate an Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
sourcepub fn set_operational_data(
self,
input: Option<HashMap<String, OpsItemDataValue>>
) -> Self
pub fn set_operational_data( self, input: Option<HashMap<String, OpsItemDataValue>> ) -> Self
Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.
Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.
Operational data keys can't begin with the following: amazon
, aws
, amzn
, ssm
, /amazon
, /aws
, /amzn
, /ssm
.
You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems
API operation) can view and search on the specified data. Operational data that isn't searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem
API operation).
Use the /aws/resources
key in OperationalData to specify a related resource in the request. Use the /aws/automations
key in OperationalData to associate an Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
sourcepub fn get_operational_data(&self) -> &Option<HashMap<String, OpsItemDataValue>>
pub fn get_operational_data(&self) -> &Option<HashMap<String, OpsItemDataValue>>
Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.
Operational data is custom data that provides useful reference details about the OpsItem. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.
Operational data keys can't begin with the following: amazon
, aws
, amzn
, ssm
, /amazon
, /aws
, /amzn
, /ssm
.
You can choose to make the data searchable by other users in the account or you can restrict search access. Searchable data means that all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems
API operation) can view and search on the specified data. Operational data that isn't searchable is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem
API operation).
Use the /aws/resources
key in OperationalData to specify a related resource in the request. Use the /aws/automations
key in OperationalData to associate an Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
sourcepub fn operational_data_to_delete(self, input: impl Into<String>) -> Self
pub fn operational_data_to_delete(self, input: impl Into<String>) -> Self
Appends an item to operational_data_to_delete
.
To override the contents of this collection use set_operational_data_to_delete
.
Keys that you want to remove from the OperationalData map.
sourcepub fn set_operational_data_to_delete(self, input: Option<Vec<String>>) -> Self
pub fn set_operational_data_to_delete(self, input: Option<Vec<String>>) -> Self
Keys that you want to remove from the OperationalData map.
sourcepub fn get_operational_data_to_delete(&self) -> &Option<Vec<String>>
pub fn get_operational_data_to_delete(&self) -> &Option<Vec<String>>
Keys that you want to remove from the OperationalData map.
sourcepub fn notifications(self, input: OpsItemNotification) -> Self
pub fn notifications(self, input: OpsItemNotification) -> Self
Appends an item to notifications
.
To override the contents of this collection use set_notifications
.
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.
sourcepub fn set_notifications(self, input: Option<Vec<OpsItemNotification>>) -> Self
pub fn set_notifications(self, input: Option<Vec<OpsItemNotification>>) -> Self
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.
sourcepub fn get_notifications(&self) -> &Option<Vec<OpsItemNotification>>
pub fn get_notifications(&self) -> &Option<Vec<OpsItemNotification>>
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.
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.
Appends an item to related_ops_items
.
To override the contents of this collection use set_related_ops_items
.
One or more OpsItems that share something in common with the current OpsItems. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.
One or more OpsItems that share something in common with the current OpsItems. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted resource.
One or more OpsItems that share something in common with the current OpsItems. For example, related OpsItems can include OpsItems with similar error messages, impacted resources, or statuses for the impacted 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
. For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.
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
. For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.
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
. For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.
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.
This field is required.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 set_category(self, input: Option<String>) -> Self
pub fn set_category(self, input: Option<String>) -> Self
Specify a new category for an OpsItem.
sourcepub fn get_category(&self) -> &Option<String>
pub fn get_category(&self) -> &Option<String>
Specify a new category for an OpsItem.
sourcepub fn set_severity(self, input: Option<String>) -> Self
pub fn set_severity(self, input: Option<String>) -> Self
Specify a new severity for an OpsItem.
sourcepub fn get_severity(&self) -> &Option<String>
pub fn get_severity(&self) -> &Option<String>
Specify a new severity for an OpsItem.
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 ops_item_arn(self, input: impl Into<String>) -> Self
pub fn ops_item_arn(self, input: impl Into<String>) -> Self
The OpsItem Amazon Resource Name (ARN).
sourcepub fn set_ops_item_arn(self, input: Option<String>) -> Self
pub fn set_ops_item_arn(self, input: Option<String>) -> Self
The OpsItem Amazon Resource Name (ARN).
sourcepub fn get_ops_item_arn(&self) -> &Option<String>
pub fn get_ops_item_arn(&self) -> &Option<String>
The OpsItem Amazon Resource Name (ARN).
sourcepub fn build(self) -> Result<UpdateOpsItemInput, BuildError>
pub fn build(self) -> Result<UpdateOpsItemInput, BuildError>
Consumes the builder and constructs a UpdateOpsItemInput
.
source§impl UpdateOpsItemInputBuilder
impl UpdateOpsItemInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateOpsItemOutput, SdkError<UpdateOpsItemError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateOpsItemOutput, SdkError<UpdateOpsItemError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateOpsItemInputBuilder
impl Clone for UpdateOpsItemInputBuilder
source§fn clone(&self) -> UpdateOpsItemInputBuilder
fn clone(&self) -> UpdateOpsItemInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateOpsItemInputBuilder
impl Debug for UpdateOpsItemInputBuilder
source§impl Default for UpdateOpsItemInputBuilder
impl Default for UpdateOpsItemInputBuilder
source§fn default() -> UpdateOpsItemInputBuilder
fn default() -> UpdateOpsItemInputBuilder
source§impl PartialEq for UpdateOpsItemInputBuilder
impl PartialEq for UpdateOpsItemInputBuilder
source§fn eq(&self, other: &UpdateOpsItemInputBuilder) -> bool
fn eq(&self, other: &UpdateOpsItemInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.