7#include <aws/resource-groups/ResourceGroups_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace ResourceGroups
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
68 template<
typename ValuesT = Aws::Vector<Aws::String>>
69 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
70 template<
typename ValuesT = Aws::Vector<Aws::String>>
72 template<
typename ValuesT = Aws::String>
78 bool m_nameHasBeenSet =
false;
81 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