7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resource-groups/ResourceGroupsRequest.h>
9#include <aws/resource-groups/ResourceGroups_EXPORTS.h>
14namespace ResourceGroups {
37 template <
typename GroupT = Aws::String>
39 m_groupHasBeenSet =
true;
40 m_group = std::forward<GroupT>(value);
42 template <
typename GroupT = Aws::String>
44 SetGroup(std::forward<GroupT>(value));
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
77 m_criticalityHasBeenSet =
true;
78 m_criticality = value;
93 template <
typename OwnerT = Aws::String>
95 m_ownerHasBeenSet =
true;
96 m_owner = std::forward<OwnerT>(value);
98 template <
typename OwnerT = Aws::String>
100 SetOwner(std::forward<OwnerT>(value));
111 template <
typename DisplayNameT = Aws::String>
113 m_displayNameHasBeenSet =
true;
114 m_displayName = std::forward<DisplayNameT>(value);
116 template <
typename DisplayNameT = Aws::String>
127 int m_criticality{0};
132 bool m_groupHasBeenSet =
false;
133 bool m_descriptionHasBeenSet =
false;
134 bool m_criticalityHasBeenSet =
false;
135 bool m_ownerHasBeenSet =
false;
136 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