7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AccountIdT = Aws::String>
49 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
50 template<
typename AccountIdT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
74 template<
typename PrincipalIdT = Aws::String>
75 void SetPrincipalId(PrincipalIdT&& value) { m_principalIdHasBeenSet =
true; m_principalId = std::forward<PrincipalIdT>(value); }
76 template<
typename PrincipalIdT = Aws::String>
87 template<
typename TypeT = Aws::String>
88 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
89 template<
typename TypeT = Aws::String>
101 template<
typename UserNameT = Aws::String>
102 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
103 template<
typename UserNameT = Aws::String>
109 bool m_accountIdHasBeenSet =
false;
112 bool m_arnHasBeenSet =
false;
115 bool m_principalIdHasBeenSet =
false;
118 bool m_typeHasBeenSet =
false;
121 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