7#include <aws/resource-groups/ResourceGroups_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ResourceGroups
46 template<
typename GroupNameT = Aws::String>
47 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
48 template<
typename GroupNameT = Aws::String>
58 template<
typename GroupArnT = Aws::String>
59 void SetGroupArn(GroupArnT&& value) { m_groupArnHasBeenSet =
true; m_groupArn = std::forward<GroupArnT>(value); }
60 template<
typename GroupArnT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
83 inline void SetCriticality(
int value) { m_criticalityHasBeenSet =
true; m_criticality = value; }
94 template<
typename OwnerT = Aws::String>
95 void SetOwner(OwnerT&& value) { m_ownerHasBeenSet =
true; m_owner = std::forward<OwnerT>(value); }
96 template<
typename OwnerT = Aws::String>
106 template<
typename DisplayNameT = Aws::String>
107 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
108 template<
typename DisplayNameT = Aws::String>
114 bool m_groupNameHasBeenSet =
false;
117 bool m_groupArnHasBeenSet =
false;
120 bool m_descriptionHasBeenSet =
false;
122 int m_criticality{0};
123 bool m_criticalityHasBeenSet =
false;
126 bool m_ownerHasBeenSet =
false;
129 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