7#include <aws/account-access/AccountAccess_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AccountAccess {
41 template <
typename UserIdT = Aws::String>
43 m_userIdHasBeenSet =
true;
44 m_userId = std::forward<UserIdT>(value);
46 template <
typename UserIdT = Aws::String>
59 template <
typename GroupIdT = Aws::String>
61 m_groupIdHasBeenSet =
true;
62 m_groupId = std::forward<GroupIdT>(value);
64 template <
typename GroupIdT = Aws::String>
74 bool m_userIdHasBeenSet =
false;
75 bool m_groupIdHasBeenSet =
false;
AWS_ACCOUNTACCESS_API IdentityCenterPrincipal()=default
void SetGroupId(GroupIdT &&value)
AWS_ACCOUNTACCESS_API IdentityCenterPrincipal & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUserId(UserIdT &&value)
const Aws::String & GetGroupId() const
AWS_ACCOUNTACCESS_API IdentityCenterPrincipal(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUserId() const
bool UserIdHasBeenSet() const
bool GroupIdHasBeenSet() const
IdentityCenterPrincipal & WithUserId(UserIdT &&value)
IdentityCenterPrincipal & WithGroupId(GroupIdT &&value)
AWS_ACCOUNTACCESS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue