/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include #include #include namespace Aws { namespace SSM { namespace Model { /** */ class AWS_SSM_API CreateOpsItemRequest : public SSMRequest { public: CreateOpsItemRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "CreateOpsItem"; } Aws::String SerializePayload() const override; Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; /** *

Information about the OpsItem.

*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *

Information about the OpsItem.

*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *

Information about the OpsItem.

*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *

Information about the OpsItem.

*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *

Information about the OpsItem.

*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *

Information about the OpsItem.

*/ inline CreateOpsItemRequest& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *

Information about the OpsItem.

*/ inline CreateOpsItemRequest& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *

Information about the OpsItem.

*/ inline CreateOpsItemRequest& WithDescription(const char* value) { SetDescription(value); return *this;} /** *

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 action) can view and search on the specified * data. Operational data that is not searchable is only viewable by users who have * access to the OpsItem (as provided by the GetOpsItem API action).

*

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 AWS * CLI example commands that use these keys, see Creating * OpsItems manually in the AWS Systems Manager User Guide.

*/ inline const Aws::Map& GetOperationalData() const{ return m_operationalData; } /** *

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 action) can view and search on the specified * data. Operational data that is not searchable is only viewable by users who have * access to the OpsItem (as provided by the GetOpsItem API action).

*

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 AWS * CLI example commands that use these keys, see Creating * OpsItems manually in the AWS Systems Manager User Guide.

*/ inline bool OperationalDataHasBeenSet() const { return m_operationalDataHasBeenSet; } /** *

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 action) can view and search on the specified * data. Operational data that is not searchable is only viewable by users who have * access to the OpsItem (as provided by the GetOpsItem API action).

*

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 AWS * CLI example commands that use these keys, see Creating * OpsItems manually in the AWS Systems Manager User Guide.

*/ inline void SetOperationalData(const Aws::Map& value) { m_operationalDataHasBeenSet = true; m_operationalData = value; } /** *

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 action) can view and search on the specified * data. Operational data that is not searchable is only viewable by users who have * access to the OpsItem (as provided by the GetOpsItem API action).

*

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 AWS * CLI example commands that use these keys, see Creating * OpsItems manually in the AWS Systems Manager User Guide.

*/ inline void SetOperationalData(Aws::Map&& value) { m_operationalDataHasBeenSet = true; m_operationalData = std::move(value); } /** *

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 action) can view and search on the specified * data. Operational data that is not searchable is only viewable by users who have * access to the OpsItem (as provided by the GetOpsItem API action).

*

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 AWS * CLI example commands that use these keys, see Creating * OpsItems manually in the AWS Systems Manager User Guide.

*/ inline CreateOpsItemRequest& WithOperationalData(const Aws::Map& value) { SetOperationalData(value); return *this;} /** *

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 action) can view and search on the specified * data. Operational data that is not searchable is only viewable by users who have * access to the OpsItem (as provided by the GetOpsItem API action).

*

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 AWS * CLI example commands that use these keys, see Creating * OpsItems manually in the AWS Systems Manager User Guide.

*/ inline CreateOpsItemRequest& WithOperationalData(Aws::Map&& value) { SetOperationalData(std::move(value)); return *this;} /** *

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 action) can view and search on the specified * data. Operational data that is not searchable is only viewable by users who have * access to the OpsItem (as provided by the GetOpsItem API action).

*

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 AWS * CLI example commands that use these keys, see Creating * OpsItems manually in the AWS Systems Manager User Guide.

*/ inline CreateOpsItemRequest& AddOperationalData(const Aws::String& key, const OpsItemDataValue& value) { m_operationalDataHasBeenSet = true; m_operationalData.emplace(key, value); return *this; } /** *

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 action) can view and search on the specified * data. Operational data that is not searchable is only viewable by users who have * access to the OpsItem (as provided by the GetOpsItem API action).

*

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 AWS * CLI example commands that use these keys, see Creating * OpsItems manually in the AWS Systems Manager User Guide.

*/ inline CreateOpsItemRequest& AddOperationalData(Aws::String&& key, const OpsItemDataValue& value) { m_operationalDataHasBeenSet = true; m_operationalData.emplace(std::move(key), value); return *this; } /** *

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 action) can view and search on the specified * data. Operational data that is not searchable is only viewable by users who have * access to the OpsItem (as provided by the GetOpsItem API action).

*

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 AWS * CLI example commands that use these keys, see Creating * OpsItems manually in the AWS Systems Manager User Guide.

*/ inline CreateOpsItemRequest& AddOperationalData(const Aws::String& key, OpsItemDataValue&& value) { m_operationalDataHasBeenSet = true; m_operationalData.emplace(key, std::move(value)); return *this; } /** *

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 action) can view and search on the specified * data. Operational data that is not searchable is only viewable by users who have * access to the OpsItem (as provided by the GetOpsItem API action).

*

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 AWS * CLI example commands that use these keys, see Creating * OpsItems manually in the AWS Systems Manager User Guide.

*/ inline CreateOpsItemRequest& AddOperationalData(Aws::String&& key, OpsItemDataValue&& value) { m_operationalDataHasBeenSet = true; m_operationalData.emplace(std::move(key), std::move(value)); return *this; } /** *

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 action) can view and search on the specified * data. Operational data that is not searchable is only viewable by users who have * access to the OpsItem (as provided by the GetOpsItem API action).

*

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 AWS * CLI example commands that use these keys, see Creating * OpsItems manually in the AWS Systems Manager User Guide.

*/ inline CreateOpsItemRequest& AddOperationalData(const char* key, OpsItemDataValue&& value) { m_operationalDataHasBeenSet = true; m_operationalData.emplace(key, std::move(value)); return *this; } /** *

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 action) can view and search on the specified * data. Operational data that is not searchable is only viewable by users who have * access to the OpsItem (as provided by the GetOpsItem API action).

*

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 AWS * CLI example commands that use these keys, see Creating * OpsItems manually in the AWS Systems Manager User Guide.

*/ inline CreateOpsItemRequest& AddOperationalData(const char* key, const OpsItemDataValue& value) { m_operationalDataHasBeenSet = true; m_operationalData.emplace(key, value); return *this; } /** *

The Amazon Resource Name (ARN) of an SNS topic where notifications are sent * when this OpsItem is edited or changed.

*/ inline const Aws::Vector& GetNotifications() const{ return m_notifications; } /** *

The Amazon Resource Name (ARN) of an SNS topic where notifications are sent * when this OpsItem is edited or changed.

*/ inline bool NotificationsHasBeenSet() const { return m_notificationsHasBeenSet; } /** *

The Amazon Resource Name (ARN) of an SNS topic where notifications are sent * when this OpsItem is edited or changed.

*/ inline void SetNotifications(const Aws::Vector& value) { m_notificationsHasBeenSet = true; m_notifications = value; } /** *

The Amazon Resource Name (ARN) of an SNS topic where notifications are sent * when this OpsItem is edited or changed.

*/ inline void SetNotifications(Aws::Vector&& value) { m_notificationsHasBeenSet = true; m_notifications = std::move(value); } /** *

The Amazon Resource Name (ARN) of an SNS topic where notifications are sent * when this OpsItem is edited or changed.

*/ inline CreateOpsItemRequest& WithNotifications(const Aws::Vector& value) { SetNotifications(value); return *this;} /** *

The Amazon Resource Name (ARN) of an SNS topic where notifications are sent * when this OpsItem is edited or changed.

*/ inline CreateOpsItemRequest& WithNotifications(Aws::Vector&& value) { SetNotifications(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of an SNS topic where notifications are sent * when this OpsItem is edited or changed.

*/ inline CreateOpsItemRequest& AddNotifications(const OpsItemNotification& value) { m_notificationsHasBeenSet = true; m_notifications.push_back(value); return *this; } /** *

The Amazon Resource Name (ARN) of an SNS topic where notifications are sent * when this OpsItem is edited or changed.

*/ inline CreateOpsItemRequest& AddNotifications(OpsItemNotification&& value) { m_notificationsHasBeenSet = true; m_notifications.push_back(std::move(value)); return *this; } /** *

The importance of this OpsItem in relation to other OpsItems in the * system.

*/ inline int GetPriority() const{ return m_priority; } /** *

The importance of this OpsItem in relation to other OpsItems in the * system.

*/ inline bool PriorityHasBeenSet() const { return m_priorityHasBeenSet; } /** *

The importance of this OpsItem in relation to other OpsItems in the * system.

*/ inline void SetPriority(int value) { m_priorityHasBeenSet = true; m_priority = value; } /** *

The importance of this OpsItem in relation to other OpsItems in the * system.

*/ inline CreateOpsItemRequest& WithPriority(int value) { SetPriority(value); return *this;} /** *

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.

*/ inline const Aws::Vector& GetRelatedOpsItems() const{ return m_relatedOpsItems; } /** *

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.

*/ inline bool RelatedOpsItemsHasBeenSet() const { return m_relatedOpsItemsHasBeenSet; } /** *

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.

*/ inline void SetRelatedOpsItems(const Aws::Vector& value) { m_relatedOpsItemsHasBeenSet = true; m_relatedOpsItems = value; } /** *

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.

*/ inline void SetRelatedOpsItems(Aws::Vector&& value) { m_relatedOpsItemsHasBeenSet = true; m_relatedOpsItems = std::move(value); } /** *

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.

*/ inline CreateOpsItemRequest& WithRelatedOpsItems(const Aws::Vector& value) { SetRelatedOpsItems(value); return *this;} /** *

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.

*/ inline CreateOpsItemRequest& WithRelatedOpsItems(Aws::Vector&& value) { SetRelatedOpsItems(std::move(value)); return *this;} /** *

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.

*/ inline CreateOpsItemRequest& AddRelatedOpsItems(const RelatedOpsItem& value) { m_relatedOpsItemsHasBeenSet = true; m_relatedOpsItems.push_back(value); return *this; } /** *

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.

*/ inline CreateOpsItemRequest& AddRelatedOpsItems(RelatedOpsItem&& value) { m_relatedOpsItemsHasBeenSet = true; m_relatedOpsItems.push_back(std::move(value)); return *this; } /** *

The origin of the OpsItem, such as Amazon EC2 or Systems Manager.

*

The source name can't contain the following strings: aws, amazon, and amzn. *

*/ inline const Aws::String& GetSource() const{ return m_source; } /** *

The origin of the OpsItem, such as Amazon EC2 or Systems Manager.

*

The source name can't contain the following strings: aws, amazon, and amzn. *

*/ inline bool SourceHasBeenSet() const { return m_sourceHasBeenSet; } /** *

The origin of the OpsItem, such as Amazon EC2 or Systems Manager.

*

The source name can't contain the following strings: aws, amazon, and amzn. *

*/ inline void SetSource(const Aws::String& value) { m_sourceHasBeenSet = true; m_source = value; } /** *

The origin of the OpsItem, such as Amazon EC2 or Systems Manager.

*

The source name can't contain the following strings: aws, amazon, and amzn. *

*/ inline void SetSource(Aws::String&& value) { m_sourceHasBeenSet = true; m_source = std::move(value); } /** *

The origin of the OpsItem, such as Amazon EC2 or Systems Manager.

*

The source name can't contain the following strings: aws, amazon, and amzn. *

*/ inline void SetSource(const char* value) { m_sourceHasBeenSet = true; m_source.assign(value); } /** *

The origin of the OpsItem, such as Amazon EC2 or Systems Manager.

*

The source name can't contain the following strings: aws, amazon, and amzn. *

*/ inline CreateOpsItemRequest& WithSource(const Aws::String& value) { SetSource(value); return *this;} /** *

The origin of the OpsItem, such as Amazon EC2 or Systems Manager.

*

The source name can't contain the following strings: aws, amazon, and amzn. *

*/ inline CreateOpsItemRequest& WithSource(Aws::String&& value) { SetSource(std::move(value)); return *this;} /** *

The origin of the OpsItem, such as Amazon EC2 or Systems Manager.

*

The source name can't contain the following strings: aws, amazon, and amzn. *

*/ inline CreateOpsItemRequest& WithSource(const char* value) { SetSource(value); return *this;} /** *

A short heading that describes the nature of the OpsItem and the impacted * resource.

*/ inline const Aws::String& GetTitle() const{ return m_title; } /** *

A short heading that describes the nature of the OpsItem and the impacted * resource.

*/ inline bool TitleHasBeenSet() const { return m_titleHasBeenSet; } /** *

A short heading that describes the nature of the OpsItem and the impacted * resource.

*/ inline void SetTitle(const Aws::String& value) { m_titleHasBeenSet = true; m_title = value; } /** *

A short heading that describes the nature of the OpsItem and the impacted * resource.

*/ inline void SetTitle(Aws::String&& value) { m_titleHasBeenSet = true; m_title = std::move(value); } /** *

A short heading that describes the nature of the OpsItem and the impacted * resource.

*/ inline void SetTitle(const char* value) { m_titleHasBeenSet = true; m_title.assign(value); } /** *

A short heading that describes the nature of the OpsItem and the impacted * resource.

*/ inline CreateOpsItemRequest& WithTitle(const Aws::String& value) { SetTitle(value); return *this;} /** *

A short heading that describes the nature of the OpsItem and the impacted * resource.

*/ inline CreateOpsItemRequest& WithTitle(Aws::String&& value) { SetTitle(std::move(value)); return *this;} /** *

A short heading that describes the nature of the OpsItem and the impacted * resource.

*/ inline CreateOpsItemRequest& WithTitle(const char* value) { SetTitle(value); return *this;} /** *

Optional metadata that you assign to a resource. You can restrict access to * OpsItems by using an inline IAM policy that specifies tags. For more * information, see Getting * started with OpsCenter in the AWS Systems Manager User Guide.

*

Tags use a key-value pair. For example:

* Key=Department,Value=Finance

To add tags to an * existing OpsItem, use the AddTagsToResource action.

*/ inline const Aws::Vector& GetTags() const{ return m_tags; } /** *

Optional metadata that you assign to a resource. You can restrict access to * OpsItems by using an inline IAM policy that specifies tags. For more * information, see Getting * started with OpsCenter in the AWS Systems Manager User Guide.

*

Tags use a key-value pair. For example:

* Key=Department,Value=Finance

To add tags to an * existing OpsItem, use the AddTagsToResource action.

*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *

Optional metadata that you assign to a resource. You can restrict access to * OpsItems by using an inline IAM policy that specifies tags. For more * information, see Getting * started with OpsCenter in the AWS Systems Manager User Guide.

*

Tags use a key-value pair. For example:

* Key=Department,Value=Finance

To add tags to an * existing OpsItem, use the AddTagsToResource action.

*/ inline void SetTags(const Aws::Vector& value) { m_tagsHasBeenSet = true; m_tags = value; } /** *

Optional metadata that you assign to a resource. You can restrict access to * OpsItems by using an inline IAM policy that specifies tags. For more * information, see Getting * started with OpsCenter in the AWS Systems Manager User Guide.

*

Tags use a key-value pair. For example:

* Key=Department,Value=Finance

To add tags to an * existing OpsItem, use the AddTagsToResource action.

*/ inline void SetTags(Aws::Vector&& value) { m_tagsHasBeenSet = true; m_tags = std::move(value); } /** *

Optional metadata that you assign to a resource. You can restrict access to * OpsItems by using an inline IAM policy that specifies tags. For more * information, see Getting * started with OpsCenter in the AWS Systems Manager User Guide.

*

Tags use a key-value pair. For example:

* Key=Department,Value=Finance

To add tags to an * existing OpsItem, use the AddTagsToResource action.

*/ inline CreateOpsItemRequest& WithTags(const Aws::Vector& value) { SetTags(value); return *this;} /** *

Optional metadata that you assign to a resource. You can restrict access to * OpsItems by using an inline IAM policy that specifies tags. For more * information, see Getting * started with OpsCenter in the AWS Systems Manager User Guide.

*

Tags use a key-value pair. For example:

* Key=Department,Value=Finance

To add tags to an * existing OpsItem, use the AddTagsToResource action.

*/ inline CreateOpsItemRequest& WithTags(Aws::Vector&& value) { SetTags(std::move(value)); return *this;} /** *

Optional metadata that you assign to a resource. You can restrict access to * OpsItems by using an inline IAM policy that specifies tags. For more * information, see Getting * started with OpsCenter in the AWS Systems Manager User Guide.

*

Tags use a key-value pair. For example:

* Key=Department,Value=Finance

To add tags to an * existing OpsItem, use the AddTagsToResource action.

*/ inline CreateOpsItemRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *

Optional metadata that you assign to a resource. You can restrict access to * OpsItems by using an inline IAM policy that specifies tags. For more * information, see Getting * started with OpsCenter in the AWS Systems Manager User Guide.

*

Tags use a key-value pair. For example:

* Key=Department,Value=Finance

To add tags to an * existing OpsItem, use the AddTagsToResource action.

*/ inline CreateOpsItemRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } /** *

Specify a category to assign to an OpsItem.

*/ inline const Aws::String& GetCategory() const{ return m_category; } /** *

Specify a category to assign to an OpsItem.

*/ inline bool CategoryHasBeenSet() const { return m_categoryHasBeenSet; } /** *

Specify a category to assign to an OpsItem.

*/ inline void SetCategory(const Aws::String& value) { m_categoryHasBeenSet = true; m_category = value; } /** *

Specify a category to assign to an OpsItem.

*/ inline void SetCategory(Aws::String&& value) { m_categoryHasBeenSet = true; m_category = std::move(value); } /** *

Specify a category to assign to an OpsItem.

*/ inline void SetCategory(const char* value) { m_categoryHasBeenSet = true; m_category.assign(value); } /** *

Specify a category to assign to an OpsItem.

*/ inline CreateOpsItemRequest& WithCategory(const Aws::String& value) { SetCategory(value); return *this;} /** *

Specify a category to assign to an OpsItem.

*/ inline CreateOpsItemRequest& WithCategory(Aws::String&& value) { SetCategory(std::move(value)); return *this;} /** *

Specify a category to assign to an OpsItem.

*/ inline CreateOpsItemRequest& WithCategory(const char* value) { SetCategory(value); return *this;} /** *

Specify a severity to assign to an OpsItem.

*/ inline const Aws::String& GetSeverity() const{ return m_severity; } /** *

Specify a severity to assign to an OpsItem.

*/ inline bool SeverityHasBeenSet() const { return m_severityHasBeenSet; } /** *

Specify a severity to assign to an OpsItem.

*/ inline void SetSeverity(const Aws::String& value) { m_severityHasBeenSet = true; m_severity = value; } /** *

Specify a severity to assign to an OpsItem.

*/ inline void SetSeverity(Aws::String&& value) { m_severityHasBeenSet = true; m_severity = std::move(value); } /** *

Specify a severity to assign to an OpsItem.

*/ inline void SetSeverity(const char* value) { m_severityHasBeenSet = true; m_severity.assign(value); } /** *

Specify a severity to assign to an OpsItem.

*/ inline CreateOpsItemRequest& WithSeverity(const Aws::String& value) { SetSeverity(value); return *this;} /** *

Specify a severity to assign to an OpsItem.

*/ inline CreateOpsItemRequest& WithSeverity(Aws::String&& value) { SetSeverity(std::move(value)); return *this;} /** *

Specify a severity to assign to an OpsItem.

*/ inline CreateOpsItemRequest& WithSeverity(const char* value) { SetSeverity(value); return *this;} private: Aws::String m_description; bool m_descriptionHasBeenSet; Aws::Map m_operationalData; bool m_operationalDataHasBeenSet; Aws::Vector m_notifications; bool m_notificationsHasBeenSet; int m_priority; bool m_priorityHasBeenSet; Aws::Vector m_relatedOpsItems; bool m_relatedOpsItemsHasBeenSet; Aws::String m_source; bool m_sourceHasBeenSet; Aws::String m_title; bool m_titleHasBeenSet; Aws::Vector m_tags; bool m_tagsHasBeenSet; Aws::String m_category; bool m_categoryHasBeenSet; Aws::String m_severity; bool m_severityHasBeenSet; }; } // namespace Model } // namespace SSM } // namespace Aws