/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An item in a group configuration. A group service configuration can have one
* or more items. For details about group service configuration syntax, see Service
* configurations for resource groups.See Also:
AWS
* API Reference
Specifies the type of group configuration item. Each item must have a unique
* value for type
. For the list of types that you can specify for a
* configuration item, see Supported
* resource types and parameters.
Specifies the type of group configuration item. Each item must have a unique
* value for type
. For the list of types that you can specify for a
* configuration item, see Supported
* resource types and parameters.
Specifies the type of group configuration item. Each item must have a unique
* value for type
. For the list of types that you can specify for a
* configuration item, see Supported
* resource types and parameters.
Specifies the type of group configuration item. Each item must have a unique
* value for type
. For the list of types that you can specify for a
* configuration item, see Supported
* resource types and parameters.
Specifies the type of group configuration item. Each item must have a unique
* value for type
. For the list of types that you can specify for a
* configuration item, see Supported
* resource types and parameters.
Specifies the type of group configuration item. Each item must have a unique
* value for type
. For the list of types that you can specify for a
* configuration item, see Supported
* resource types and parameters.
Specifies the type of group configuration item. Each item must have a unique
* value for type
. For the list of types that you can specify for a
* configuration item, see Supported
* resource types and parameters.
Specifies the type of group configuration item. Each item must have a unique
* value for type
. For the list of types that you can specify for a
* configuration item, see Supported
* resource types and parameters.
A collection of parameters for this group configuration item. For the list of * parameters that you can use with each configuration item type, see Supported * resource types and parameters.
*/ inline const Aws::VectorA collection of parameters for this group configuration item. For the list of * parameters that you can use with each configuration item type, see Supported * resource types and parameters.
*/ inline bool ParametersHasBeenSet() const { return m_parametersHasBeenSet; } /** *A collection of parameters for this group configuration item. For the list of * parameters that you can use with each configuration item type, see Supported * resource types and parameters.
*/ inline void SetParameters(const Aws::VectorA collection of parameters for this group configuration item. For the list of * parameters that you can use with each configuration item type, see Supported * resource types and parameters.
*/ inline void SetParameters(Aws::VectorA collection of parameters for this group configuration item. For the list of * parameters that you can use with each configuration item type, see Supported * resource types and parameters.
*/ inline GroupConfigurationItem& WithParameters(const Aws::VectorA collection of parameters for this group configuration item. For the list of * parameters that you can use with each configuration item type, see Supported * resource types and parameters.
*/ inline GroupConfigurationItem& WithParameters(Aws::VectorA collection of parameters for this group configuration item. For the list of * parameters that you can use with each configuration item type, see Supported * resource types and parameters.
*/ inline GroupConfigurationItem& AddParameters(const GroupConfigurationParameter& value) { m_parametersHasBeenSet = true; m_parameters.push_back(value); return *this; } /** *A collection of parameters for this group configuration item. For the list of * parameters that you can use with each configuration item type, see Supported * resource types and parameters.
*/ inline GroupConfigurationItem& AddParameters(GroupConfigurationParameter&& value) { m_parametersHasBeenSet = true; m_parameters.push_back(std::move(value)); return *this; } private: Aws::String m_type; bool m_typeHasBeenSet = false; Aws::Vector