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>
20namespace ResourceGroups {
47 template <
typename NameT = Aws::String>
49 m_nameHasBeenSet =
true;
50 m_name = std::forward<NameT>(value);
52 template <
typename NameT = Aws::String>
54 SetName(std::forward<NameT>(value));
68 template <
typename ValuesT = Aws::Vector<Aws::String>>
70 m_valuesHasBeenSet =
true;
71 m_values = std::forward<ValuesT>(value);
73 template <
typename ValuesT = Aws::Vector<Aws::String>>
78 template <
typename ValuesT = Aws::String>
80 m_valuesHasBeenSet =
true;
81 m_values.emplace_back(std::forward<ValuesT>(value));
89 bool m_nameHasBeenSet =
false;
90 bool m_valuesHasBeenSet =
false;
AWS_RESOURCEGROUPS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
AWS_RESOURCEGROUPS_API GroupConfigurationParameter()=default
bool ValuesHasBeenSet() const
void SetValues(ValuesT &&value)
const Aws::Vector< Aws::String > & GetValues() const
AWS_RESOURCEGROUPS_API GroupConfigurationParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
AWS_RESOURCEGROUPS_API GroupConfigurationParameter(Aws::Utils::Json::JsonView jsonValue)
GroupConfigurationParameter & WithName(NameT &&value)
void SetName(NameT &&value)
GroupConfigurationParameter & WithValues(ValuesT &&value)
GroupConfigurationParameter & AddValues(ValuesT &&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