/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include namespace Aws { namespace KMS { namespace Model { /** */ class UpdatePrimaryRegionRequest : public KMSRequest { public: AWS_KMS_API UpdatePrimaryRegionRequest(); // 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 "UpdatePrimaryRegion"; } AWS_KMS_API Aws::String SerializePayload() const override; AWS_KMS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; /** *

Identifies the current primary key. When the operation completes, this KMS * key will be a replica key.

Specify the key ID or key ARN of a * multi-Region primary key.

For example:

  • Key ID: * mrk-1234abcd12ab34cd56ef1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/mrk-1234abcd12ab34cd56ef1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline const Aws::String& GetKeyId() const{ return m_keyId; } /** *

Identifies the current primary key. When the operation completes, this KMS * key will be a replica key.

Specify the key ID or key ARN of a * multi-Region primary key.

For example:

  • Key ID: * mrk-1234abcd12ab34cd56ef1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/mrk-1234abcd12ab34cd56ef1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline bool KeyIdHasBeenSet() const { return m_keyIdHasBeenSet; } /** *

Identifies the current primary key. When the operation completes, this KMS * key will be a replica key.

Specify the key ID or key ARN of a * multi-Region primary key.

For example:

  • Key ID: * mrk-1234abcd12ab34cd56ef1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/mrk-1234abcd12ab34cd56ef1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline void SetKeyId(const Aws::String& value) { m_keyIdHasBeenSet = true; m_keyId = value; } /** *

Identifies the current primary key. When the operation completes, this KMS * key will be a replica key.

Specify the key ID or key ARN of a * multi-Region primary key.

For example:

  • Key ID: * mrk-1234abcd12ab34cd56ef1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/mrk-1234abcd12ab34cd56ef1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline void SetKeyId(Aws::String&& value) { m_keyIdHasBeenSet = true; m_keyId = std::move(value); } /** *

Identifies the current primary key. When the operation completes, this KMS * key will be a replica key.

Specify the key ID or key ARN of a * multi-Region primary key.

For example:

  • Key ID: * mrk-1234abcd12ab34cd56ef1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/mrk-1234abcd12ab34cd56ef1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline void SetKeyId(const char* value) { m_keyIdHasBeenSet = true; m_keyId.assign(value); } /** *

Identifies the current primary key. When the operation completes, this KMS * key will be a replica key.

Specify the key ID or key ARN of a * multi-Region primary key.

For example:

  • Key ID: * mrk-1234abcd12ab34cd56ef1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/mrk-1234abcd12ab34cd56ef1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline UpdatePrimaryRegionRequest& WithKeyId(const Aws::String& value) { SetKeyId(value); return *this;} /** *

Identifies the current primary key. When the operation completes, this KMS * key will be a replica key.

Specify the key ID or key ARN of a * multi-Region primary key.

For example:

  • Key ID: * mrk-1234abcd12ab34cd56ef1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/mrk-1234abcd12ab34cd56ef1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline UpdatePrimaryRegionRequest& WithKeyId(Aws::String&& value) { SetKeyId(std::move(value)); return *this;} /** *

Identifies the current primary key. When the operation completes, this KMS * key will be a replica key.

Specify the key ID or key ARN of a * multi-Region primary key.

For example:

  • Key ID: * mrk-1234abcd12ab34cd56ef1234567890ab

  • Key ARN: * arn:aws:kms:us-east-2:111122223333:key/mrk-1234abcd12ab34cd56ef1234567890ab *

To get the key ID and key ARN for a KMS key, use * ListKeys or DescribeKey.

*/ inline UpdatePrimaryRegionRequest& WithKeyId(const char* value) { SetKeyId(value); return *this;} /** *

The Amazon Web Services Region of the new primary key. Enter the Region ID, * such as us-east-1 or ap-southeast-2. There must be an * existing replica key in this Region.

When the operation completes, the * multi-Region key in this Region will be the primary key.

*/ inline const Aws::String& GetPrimaryRegion() const{ return m_primaryRegion; } /** *

The Amazon Web Services Region of the new primary key. Enter the Region ID, * such as us-east-1 or ap-southeast-2. There must be an * existing replica key in this Region.

When the operation completes, the * multi-Region key in this Region will be the primary key.

*/ inline bool PrimaryRegionHasBeenSet() const { return m_primaryRegionHasBeenSet; } /** *

The Amazon Web Services Region of the new primary key. Enter the Region ID, * such as us-east-1 or ap-southeast-2. There must be an * existing replica key in this Region.

When the operation completes, the * multi-Region key in this Region will be the primary key.

*/ inline void SetPrimaryRegion(const Aws::String& value) { m_primaryRegionHasBeenSet = true; m_primaryRegion = value; } /** *

The Amazon Web Services Region of the new primary key. Enter the Region ID, * such as us-east-1 or ap-southeast-2. There must be an * existing replica key in this Region.

When the operation completes, the * multi-Region key in this Region will be the primary key.

*/ inline void SetPrimaryRegion(Aws::String&& value) { m_primaryRegionHasBeenSet = true; m_primaryRegion = std::move(value); } /** *

The Amazon Web Services Region of the new primary key. Enter the Region ID, * such as us-east-1 or ap-southeast-2. There must be an * existing replica key in this Region.

When the operation completes, the * multi-Region key in this Region will be the primary key.

*/ inline void SetPrimaryRegion(const char* value) { m_primaryRegionHasBeenSet = true; m_primaryRegion.assign(value); } /** *

The Amazon Web Services Region of the new primary key. Enter the Region ID, * such as us-east-1 or ap-southeast-2. There must be an * existing replica key in this Region.

When the operation completes, the * multi-Region key in this Region will be the primary key.

*/ inline UpdatePrimaryRegionRequest& WithPrimaryRegion(const Aws::String& value) { SetPrimaryRegion(value); return *this;} /** *

The Amazon Web Services Region of the new primary key. Enter the Region ID, * such as us-east-1 or ap-southeast-2. There must be an * existing replica key in this Region.

When the operation completes, the * multi-Region key in this Region will be the primary key.

*/ inline UpdatePrimaryRegionRequest& WithPrimaryRegion(Aws::String&& value) { SetPrimaryRegion(std::move(value)); return *this;} /** *

The Amazon Web Services Region of the new primary key. Enter the Region ID, * such as us-east-1 or ap-southeast-2. There must be an * existing replica key in this Region.

When the operation completes, the * multi-Region key in this Region will be the primary key.

*/ inline UpdatePrimaryRegionRequest& WithPrimaryRegion(const char* value) { SetPrimaryRegion(value); return *this;} private: Aws::String m_keyId; bool m_keyIdHasBeenSet = false; Aws::String m_primaryRegion; bool m_primaryRegionHasBeenSet = false; }; } // namespace Model } // namespace KMS } // namespace Aws