7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/resource-groups/ResourceGroups_EXPORTS.h>
10#include <aws/resource-groups/model/GroupConfigurationParameter.h>
21namespace ResourceGroups {
49 template <
typename TypeT = Aws::String>
51 m_typeHasBeenSet =
true;
52 m_type = std::forward<TypeT>(value);
54 template <
typename TypeT = Aws::String>
56 SetType(std::forward<TypeT>(value));
70 template <
typename ParametersT = Aws::Vector<GroupConfigurationParameter>>
72 m_parametersHasBeenSet =
true;
73 m_parameters = std::forward<ParametersT>(value);
75 template <
typename ParametersT = Aws::Vector<GroupConfigurationParameter>>
80 template <
typename ParametersT = GroupConfigurationParameter>
82 m_parametersHasBeenSet =
true;
83 m_parameters.emplace_back(std::forward<ParametersT>(value));
91 bool m_typeHasBeenSet =
false;
92 bool m_parametersHasBeenSet =
false;
bool ParametersHasBeenSet() const
AWS_RESOURCEGROUPS_API GroupConfigurationItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetParameters(ParametersT &&value)
AWS_RESOURCEGROUPS_API GroupConfigurationItem(Aws::Utils::Json::JsonView jsonValue)
GroupConfigurationItem & WithType(TypeT &&value)
void SetType(TypeT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetType() const
AWS_RESOURCEGROUPS_API GroupConfigurationItem()=default
GroupConfigurationItem & AddParameters(ParametersT &&value)
const Aws::Vector< GroupConfigurationParameter > & GetParameters() const
AWS_RESOURCEGROUPS_API Aws::Utils::Json::JsonValue Jsonize() const
GroupConfigurationItem & WithParameters(ParametersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue