7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resource-groups/ResourceGroups_EXPORTS.h>
19namespace ResourceGroups {
40 template <
typename GroupNameT = Aws::String>
42 m_groupNameHasBeenSet =
true;
43 m_groupName = std::forward<GroupNameT>(value);
45 template <
typename GroupNameT = Aws::String>
58 template <
typename GroupArnT = Aws::String>
60 m_groupArnHasBeenSet =
true;
61 m_groupArn = std::forward<GroupArnT>(value);
63 template <
typename GroupArnT = Aws::String>
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
96 m_criticalityHasBeenSet =
true;
97 m_criticality = value;
112 template <
typename OwnerT = Aws::String>
114 m_ownerHasBeenSet =
true;
115 m_owner = std::forward<OwnerT>(value);
117 template <
typename OwnerT = Aws::String>
119 SetOwner(std::forward<OwnerT>(value));
130 template <
typename DisplayNameT = Aws::String>
132 m_displayNameHasBeenSet =
true;
133 m_displayName = std::forward<DisplayNameT>(value);
135 template <
typename DisplayNameT = Aws::String>
148 int m_criticality{0};
153 bool m_groupNameHasBeenSet =
false;
154 bool m_groupArnHasBeenSet =
false;
155 bool m_descriptionHasBeenSet =
false;
156 bool m_criticalityHasBeenSet =
false;
157 bool m_ownerHasBeenSet =
false;
158 bool m_displayNameHasBeenSet =
false;
bool GroupNameHasBeenSet() const
int GetCriticality() const
bool OwnerHasBeenSet() const
bool DisplayNameHasBeenSet() const
AWS_RESOURCEGROUPS_API GroupIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
GroupIdentifier & WithGroupArn(GroupArnT &&value)
void SetOwner(OwnerT &&value)
void SetDisplayName(DisplayNameT &&value)
bool GroupArnHasBeenSet() const
void SetGroupArn(GroupArnT &&value)
AWS_RESOURCEGROUPS_API GroupIdentifier()=default
GroupIdentifier & WithGroupName(GroupNameT &&value)
const Aws::String & GetDisplayName() const
GroupIdentifier & WithOwner(OwnerT &&value)
const Aws::String & GetGroupArn() const
AWS_RESOURCEGROUPS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
GroupIdentifier & WithCriticality(int value)
const Aws::String & GetDescription() const
void SetGroupName(GroupNameT &&value)
void SetCriticality(int value)
bool CriticalityHasBeenSet() const
const Aws::String & GetOwner() const
AWS_RESOURCEGROUPS_API GroupIdentifier(Aws::Utils::Json::JsonView jsonValue)
GroupIdentifier & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetGroupName() const
GroupIdentifier & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue