7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
42 template <
typename AccountIdT = Aws::String>
44 m_accountIdHasBeenSet =
true;
45 m_accountId = std::forward<AccountIdT>(value);
47 template <
typename AccountIdT = Aws::String>
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
80 template <
typename PrincipalIdT = Aws::String>
82 m_principalIdHasBeenSet =
true;
83 m_principalId = std::forward<PrincipalIdT>(value);
85 template <
typename PrincipalIdT = Aws::String>
99 template <
typename TypeT = Aws::String>
101 m_typeHasBeenSet =
true;
102 m_type = std::forward<TypeT>(value);
104 template <
typename TypeT = Aws::String>
106 SetType(std::forward<TypeT>(value));
119 template <
typename UserNameT = Aws::String>
121 m_userNameHasBeenSet =
true;
122 m_userName = std::forward<UserNameT>(value);
124 template <
typename UserNameT = Aws::String>
140 bool m_accountIdHasBeenSet =
false;
141 bool m_arnHasBeenSet =
false;
142 bool m_principalIdHasBeenSet =
false;
143 bool m_typeHasBeenSet =
false;
144 bool m_userNameHasBeenSet =
false;
bool UserNameHasBeenSet() const
void SetPrincipalId(PrincipalIdT &&value)
bool PrincipalIdHasBeenSet() const
bool TypeHasBeenSet() const
const Aws::String & GetAccountId() const
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetUserName() const
bool AccountIdHasBeenSet() const
SessionIssuer & WithUserName(UserNameT &&value)
void SetType(TypeT &&value)
void SetUserName(UserNameT &&value)
bool ArnHasBeenSet() const
const Aws::String & GetType() const
void SetAccountId(AccountIdT &&value)
void SetArn(ArnT &&value)
SessionIssuer & WithArn(ArnT &&value)
AWS_MACIE2_API SessionIssuer()=default
AWS_MACIE2_API SessionIssuer(Aws::Utils::Json::JsonView jsonValue)
SessionIssuer & WithAccountId(AccountIdT &&value)
const Aws::String & GetPrincipalId() const
const Aws::String & GetArn() const
SessionIssuer & WithPrincipalId(PrincipalIdT &&value)
AWS_MACIE2_API SessionIssuer & operator=(Aws::Utils::Json::JsonView jsonValue)
SessionIssuer & WithType(TypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue