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>
10#include <aws/resource-groups/model/GroupConfigurationParameter.h>
23namespace ResourceGroups
55 template<
typename TypeT = Aws::String>
56 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
57 template<
typename TypeT = Aws::String>
70 template<
typename ParametersT = Aws::Vector<GroupConfigurationParameter>>
71 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
72 template<
typename ParametersT = Aws::Vector<GroupConfigurationParameter>>
74 template<
typename ParametersT = GroupConfigurationParameter>
80 bool m_typeHasBeenSet =
false;
83 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