7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/grafana/ManagedGrafana_EXPORTS.h>
19namespace ManagedGrafana {
43 template <
typename EmailT = Aws::String>
45 m_emailHasBeenSet =
true;
46 m_email = std::forward<EmailT>(value);
48 template <
typename EmailT = Aws::String>
50 SetEmail(std::forward<EmailT>(value));
62 template <
typename GroupsT = Aws::String>
64 m_groupsHasBeenSet =
true;
65 m_groups = std::forward<GroupsT>(value);
67 template <
typename GroupsT = Aws::String>
81 template <
typename LoginT = Aws::String>
83 m_loginHasBeenSet =
true;
84 m_login = std::forward<LoginT>(value);
86 template <
typename LoginT = Aws::String>
88 SetLogin(std::forward<LoginT>(value));
100 template <
typename NameT = Aws::String>
102 m_nameHasBeenSet =
true;
103 m_name = std::forward<NameT>(value);
105 template <
typename NameT = Aws::String>
107 SetName(std::forward<NameT>(value));
119 template <
typename OrgT = Aws::String>
121 m_orgHasBeenSet =
true;
122 m_org = std::forward<OrgT>(value);
124 template <
typename OrgT = Aws::String>
126 SetOrg(std::forward<OrgT>(value));
138 template <
typename RoleT = Aws::String>
140 m_roleHasBeenSet =
true;
141 m_role = std::forward<RoleT>(value);
143 template <
typename RoleT = Aws::String>
145 SetRole(std::forward<RoleT>(value));
161 bool m_emailHasBeenSet =
false;
162 bool m_groupsHasBeenSet =
false;
163 bool m_loginHasBeenSet =
false;
164 bool m_nameHasBeenSet =
false;
165 bool m_orgHasBeenSet =
false;
166 bool m_roleHasBeenSet =
false;
void SetEmail(EmailT &&value)
bool GroupsHasBeenSet() const
AWS_MANAGEDGRAFANA_API AssertionAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RoleHasBeenSet() const
const Aws::String & GetGroups() const
AWS_MANAGEDGRAFANA_API AssertionAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDGRAFANA_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
AssertionAttributes & WithGroups(GroupsT &&value)
AssertionAttributes & WithName(NameT &&value)
AssertionAttributes & WithLogin(LoginT &&value)
bool LoginHasBeenSet() const
void SetRole(RoleT &&value)
void SetGroups(GroupsT &&value)
bool EmailHasBeenSet() const
const Aws::String & GetRole() const
AssertionAttributes & WithOrg(OrgT &&value)
AWS_MANAGEDGRAFANA_API AssertionAttributes()=default
const Aws::String & GetEmail() const
void SetName(NameT &&value)
const Aws::String & GetLogin() const
void SetOrg(OrgT &&value)
AssertionAttributes & WithEmail(EmailT &&value)
AssertionAttributes & WithRole(RoleT &&value)
const Aws::String & GetOrg() const
bool OrgHasBeenSet() const
void SetLogin(LoginT &&value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue