7#include <aws/resource-groups/ResourceGroups_EXPORTS.h>
8#include <aws/resource-groups/ResourceGroupsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ResourceGroups
41 template<
typename GroupT = Aws::String>
42 void SetGroup(GroupT&& value) { m_groupHasBeenSet =
true; m_group = std::forward<GroupT>(value); }
43 template<
typename GroupT = Aws::String>
55 template<
typename DescriptionT = Aws::String>
56 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
57 template<
typename DescriptionT = Aws::String>
68 inline void SetCriticality(
int value) { m_criticalityHasBeenSet =
true; m_criticality = value; }
79 template<
typename OwnerT = Aws::String>
80 void SetOwner(OwnerT&& value) { m_ownerHasBeenSet =
true; m_owner = std::forward<OwnerT>(value); }
81 template<
typename OwnerT = Aws::String>
91 template<
typename DisplayNameT = Aws::String>
92 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
93 template<
typename DisplayNameT = Aws::String>
99 bool m_groupHasBeenSet =
false;
102 bool m_descriptionHasBeenSet =
false;
104 int m_criticality{0};
105 bool m_criticalityHasBeenSet =
false;
108 bool m_ownerHasBeenSet =
false;
111 bool m_displayNameHasBeenSet =
false;
bool DisplayNameHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDisplayName() const
AWS_RESOURCEGROUPS_API UpdateGroupRequest()=default
void SetOwner(OwnerT &&value)
UpdateGroupRequest & WithDescription(DescriptionT &&value)
void SetGroup(GroupT &&value)
UpdateGroupRequest & WithGroup(GroupT &&value)
bool GroupHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetDescription() const
bool OwnerHasBeenSet() const
void SetCriticality(int value)
UpdateGroupRequest & WithOwner(OwnerT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
int GetCriticality() const
const Aws::String & GetOwner() const
AWS_RESOURCEGROUPS_API Aws::String SerializePayload() const override
bool CriticalityHasBeenSet() const
UpdateGroupRequest & WithDisplayName(DisplayNameT &&value)
UpdateGroupRequest & WithCriticality(int value)
const Aws::String & GetGroup() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String