/** * 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 Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace ResourceGroups { namespace Model { /** *

A parameter for a group configuration item.

See Also:

AWS * API Reference

*/ class AWS_RESOURCEGROUPS_API GroupConfigurationParameter { public: GroupConfigurationParameter(); GroupConfigurationParameter(Aws::Utils::Json::JsonView jsonValue); GroupConfigurationParameter& operator=(Aws::Utils::Json::JsonView jsonValue); Aws::Utils::Json::JsonValue Jsonize() const; /** *

The name of the group configuration parameter.

You can specify the * following string values:

  • For configuration item type * AWS::ResourceGroups::Generic:

    • * allowed-resource-types

      Specifies the types of resources * that you can add to this group by using the GroupResources operation.

      *
  • For configuration item type * AWS::EC2::CapacityReservationPool:

    • None - This * configuration item type doesn't support any parameters.

    For * more information about EC2 capacity reservation groups, see Working * with capacity reservation groups in the EC2 Users Guide.

  • *
*/ inline const Aws::String& GetName() const{ return m_name; } /** *

The name of the group configuration parameter.

You can specify the * following string values:

  • For configuration item type * AWS::ResourceGroups::Generic:

    • * allowed-resource-types

      Specifies the types of resources * that you can add to this group by using the GroupResources operation.

      *
  • For configuration item type * AWS::EC2::CapacityReservationPool:

    • None - This * configuration item type doesn't support any parameters.

    For * more information about EC2 capacity reservation groups, see Working * with capacity reservation groups in the EC2 Users Guide.

  • *
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *

The name of the group configuration parameter.

You can specify the * following string values:

  • For configuration item type * AWS::ResourceGroups::Generic:

    • * allowed-resource-types

      Specifies the types of resources * that you can add to this group by using the GroupResources operation.

      *
  • For configuration item type * AWS::EC2::CapacityReservationPool:

    • None - This * configuration item type doesn't support any parameters.

    For * more information about EC2 capacity reservation groups, see Working * with capacity reservation groups in the EC2 Users Guide.

  • *
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *

The name of the group configuration parameter.

You can specify the * following string values:

  • For configuration item type * AWS::ResourceGroups::Generic:

    • * allowed-resource-types

      Specifies the types of resources * that you can add to this group by using the GroupResources operation.

      *
  • For configuration item type * AWS::EC2::CapacityReservationPool:

    • None - This * configuration item type doesn't support any parameters.

    For * more information about EC2 capacity reservation groups, see Working * with capacity reservation groups in the EC2 Users Guide.

  • *
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *

The name of the group configuration parameter.

You can specify the * following string values:

  • For configuration item type * AWS::ResourceGroups::Generic:

    • * allowed-resource-types

      Specifies the types of resources * that you can add to this group by using the GroupResources operation.

      *
  • For configuration item type * AWS::EC2::CapacityReservationPool:

    • None - This * configuration item type doesn't support any parameters.

    For * more information about EC2 capacity reservation groups, see Working * with capacity reservation groups in the EC2 Users Guide.

  • *
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *

The name of the group configuration parameter.

You can specify the * following string values:

  • For configuration item type * AWS::ResourceGroups::Generic:

    • * allowed-resource-types

      Specifies the types of resources * that you can add to this group by using the GroupResources operation.

      *
  • For configuration item type * AWS::EC2::CapacityReservationPool:

    • None - This * configuration item type doesn't support any parameters.

    For * more information about EC2 capacity reservation groups, see Working * with capacity reservation groups in the EC2 Users Guide.

  • *
*/ inline GroupConfigurationParameter& WithName(const Aws::String& value) { SetName(value); return *this;} /** *

The name of the group configuration parameter.

You can specify the * following string values:

  • For configuration item type * AWS::ResourceGroups::Generic:

    • * allowed-resource-types

      Specifies the types of resources * that you can add to this group by using the GroupResources operation.

      *
  • For configuration item type * AWS::EC2::CapacityReservationPool:

    • None - This * configuration item type doesn't support any parameters.

    For * more information about EC2 capacity reservation groups, see Working * with capacity reservation groups in the EC2 Users Guide.

  • *
*/ inline GroupConfigurationParameter& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *

The name of the group configuration parameter.

You can specify the * following string values:

  • For configuration item type * AWS::ResourceGroups::Generic:

    • * allowed-resource-types

      Specifies the types of resources * that you can add to this group by using the GroupResources operation.

      *
  • For configuration item type * AWS::EC2::CapacityReservationPool:

    • None - This * configuration item type doesn't support any parameters.

    For * more information about EC2 capacity reservation groups, see Working * with capacity reservation groups in the EC2 Users Guide.

  • *
*/ inline GroupConfigurationParameter& WithName(const char* value) { SetName(value); return *this;} /** *

The values of for this parameter.

You can specify the following string * value:

  • For item type allowed-resource-types: the * only supported parameter value is * AWS::EC2::CapacityReservation.

*/ inline const Aws::Vector& GetValues() const{ return m_values; } /** *

The values of for this parameter.

You can specify the following string * value:

  • For item type allowed-resource-types: the * only supported parameter value is * AWS::EC2::CapacityReservation.

*/ inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; } /** *

The values of for this parameter.

You can specify the following string * value:

  • For item type allowed-resource-types: the * only supported parameter value is * AWS::EC2::CapacityReservation.

*/ inline void SetValues(const Aws::Vector& value) { m_valuesHasBeenSet = true; m_values = value; } /** *

The values of for this parameter.

You can specify the following string * value:

  • For item type allowed-resource-types: the * only supported parameter value is * AWS::EC2::CapacityReservation.

*/ inline void SetValues(Aws::Vector&& value) { m_valuesHasBeenSet = true; m_values = std::move(value); } /** *

The values of for this parameter.

You can specify the following string * value:

  • For item type allowed-resource-types: the * only supported parameter value is * AWS::EC2::CapacityReservation.

*/ inline GroupConfigurationParameter& WithValues(const Aws::Vector& value) { SetValues(value); return *this;} /** *

The values of for this parameter.

You can specify the following string * value:

  • For item type allowed-resource-types: the * only supported parameter value is * AWS::EC2::CapacityReservation.

*/ inline GroupConfigurationParameter& WithValues(Aws::Vector&& value) { SetValues(std::move(value)); return *this;} /** *

The values of for this parameter.

You can specify the following string * value:

  • For item type allowed-resource-types: the * only supported parameter value is * AWS::EC2::CapacityReservation.

*/ inline GroupConfigurationParameter& AddValues(const Aws::String& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } /** *

The values of for this parameter.

You can specify the following string * value:

  • For item type allowed-resource-types: the * only supported parameter value is * AWS::EC2::CapacityReservation.

*/ inline GroupConfigurationParameter& AddValues(Aws::String&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(value)); return *this; } /** *

The values of for this parameter.

You can specify the following string * value:

  • For item type allowed-resource-types: the * only supported parameter value is * AWS::EC2::CapacityReservation.

*/ inline GroupConfigurationParameter& AddValues(const char* value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } private: Aws::String m_name; bool m_nameHasBeenSet; Aws::Vector m_values; bool m_valuesHasBeenSet; }; } // namespace Model } // namespace ResourceGroups } // namespace Aws