7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/resource-groups/ResourceGroupsRequest.h>
10#include <aws/resource-groups/ResourceGroups_EXPORTS.h>
11#include <aws/resource-groups/model/GroupConfigurationItem.h>
16namespace ResourceGroups {
40 template <
typename GroupT = Aws::String>
42 m_groupHasBeenSet =
true;
43 m_group = std::forward<GroupT>(value);
45 template <
typename GroupT = Aws::String>
47 SetGroup(std::forward<GroupT>(value));
66 template <
typename ConfigurationT = Aws::Vector<GroupConfigurationItem>>
68 m_configurationHasBeenSet =
true;
69 m_configuration = std::forward<ConfigurationT>(value);
71 template <
typename ConfigurationT = Aws::Vector<GroupConfigurationItem>>
76 template <
typename ConfigurationT = GroupConfigurationItem>
78 m_configurationHasBeenSet =
true;
79 m_configuration.emplace_back(std::forward<ConfigurationT>(value));
87 bool m_groupHasBeenSet =
false;
88 bool m_configurationHasBeenSet =
false;
void SetGroup(GroupT &&value)
PutGroupConfigurationRequest & AddConfiguration(ConfigurationT &&value)
PutGroupConfigurationRequest & WithConfiguration(ConfigurationT &&value)
PutGroupConfigurationRequest & WithGroup(GroupT &&value)
bool ConfigurationHasBeenSet() const
void SetConfiguration(ConfigurationT &&value)
const Aws::String & GetGroup() const
AWS_RESOURCEGROUPS_API PutGroupConfigurationRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::Vector< GroupConfigurationItem > & GetConfiguration() const
bool GroupHasBeenSet() const
AWS_RESOURCEGROUPS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector