/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The standard that you want to enable.See Also:
AWS
* API Reference
The ARN of the standard that you want to enable. To view the list of
* available standards and their ARNs, use the DescribeStandards
* operation.
The ARN of the standard that you want to enable. To view the list of
* available standards and their ARNs, use the DescribeStandards
* operation.
The ARN of the standard that you want to enable. To view the list of
* available standards and their ARNs, use the DescribeStandards
* operation.
The ARN of the standard that you want to enable. To view the list of
* available standards and their ARNs, use the DescribeStandards
* operation.
The ARN of the standard that you want to enable. To view the list of
* available standards and their ARNs, use the DescribeStandards
* operation.
The ARN of the standard that you want to enable. To view the list of
* available standards and their ARNs, use the DescribeStandards
* operation.
The ARN of the standard that you want to enable. To view the list of
* available standards and their ARNs, use the DescribeStandards
* operation.
The ARN of the standard that you want to enable. To view the list of
* available standards and their ARNs, use the DescribeStandards
* operation.
A key-value pair of input for the standard.
*/ inline const Aws::MapA key-value pair of input for the standard.
*/ inline bool StandardsInputHasBeenSet() const { return m_standardsInputHasBeenSet; } /** *A key-value pair of input for the standard.
*/ inline void SetStandardsInput(const Aws::MapA key-value pair of input for the standard.
*/ inline void SetStandardsInput(Aws::MapA key-value pair of input for the standard.
*/ inline StandardsSubscriptionRequest& WithStandardsInput(const Aws::MapA key-value pair of input for the standard.
*/ inline StandardsSubscriptionRequest& WithStandardsInput(Aws::MapA key-value pair of input for the standard.
*/ inline StandardsSubscriptionRequest& AddStandardsInput(const Aws::String& key, const Aws::String& value) { m_standardsInputHasBeenSet = true; m_standardsInput.emplace(key, value); return *this; } /** *A key-value pair of input for the standard.
*/ inline StandardsSubscriptionRequest& AddStandardsInput(Aws::String&& key, const Aws::String& value) { m_standardsInputHasBeenSet = true; m_standardsInput.emplace(std::move(key), value); return *this; } /** *A key-value pair of input for the standard.
*/ inline StandardsSubscriptionRequest& AddStandardsInput(const Aws::String& key, Aws::String&& value) { m_standardsInputHasBeenSet = true; m_standardsInput.emplace(key, std::move(value)); return *this; } /** *A key-value pair of input for the standard.
*/ inline StandardsSubscriptionRequest& AddStandardsInput(Aws::String&& key, Aws::String&& value) { m_standardsInputHasBeenSet = true; m_standardsInput.emplace(std::move(key), std::move(value)); return *this; } /** *A key-value pair of input for the standard.
*/ inline StandardsSubscriptionRequest& AddStandardsInput(const char* key, Aws::String&& value) { m_standardsInputHasBeenSet = true; m_standardsInput.emplace(key, std::move(value)); return *this; } /** *A key-value pair of input for the standard.
*/ inline StandardsSubscriptionRequest& AddStandardsInput(Aws::String&& key, const char* value) { m_standardsInputHasBeenSet = true; m_standardsInput.emplace(std::move(key), value); return *this; } /** *A key-value pair of input for the standard.
*/ inline StandardsSubscriptionRequest& AddStandardsInput(const char* key, const char* value) { m_standardsInputHasBeenSet = true; m_standardsInput.emplace(key, value); return *this; } private: Aws::String m_standardsArn; bool m_standardsArnHasBeenSet = false; Aws::Map