7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/UserAccount.h>
48 template <
typename NameT = Aws::String>
50 m_nameHasBeenSet =
true;
51 m_name = std::forward<NameT>(value);
53 template <
typename NameT = Aws::String>
55 SetName(std::forward<NameT>(value));
66 template <
typename U
idT = Aws::String>
68 m_uidHasBeenSet =
true;
69 m_uid = std::forward<UidT>(value);
71 template <
typename U
idT = Aws::String>
73 SetUid(std::forward<UidT>(value));
84 template <
typename TypeT = Aws::String>
86 m_typeHasBeenSet =
true;
87 m_type = std::forward<TypeT>(value);
89 template <
typename TypeT = Aws::String>
91 SetType(std::forward<TypeT>(value));
102 template <
typename CredentialU
idT = Aws::String>
104 m_credentialUidHasBeenSet =
true;
105 m_credentialUid = std::forward<CredentialUidT>(value);
107 template <
typename CredentialU
idT = Aws::String>
120 template <
typename AccountT = UserAccount>
122 m_accountHasBeenSet =
true;
123 m_account = std::forward<AccountT>(value);
125 template <
typename AccountT = UserAccount>
141 bool m_nameHasBeenSet =
false;
142 bool m_uidHasBeenSet =
false;
143 bool m_typeHasBeenSet =
false;
144 bool m_credentialUidHasBeenSet =
false;
145 bool m_accountHasBeenSet =
false;
const Aws::String & GetUid() const
ActorUser & WithAccount(AccountT &&value)
const Aws::String & GetCredentialUid() const
ActorUser & WithName(NameT &&value)
ActorUser & WithCredentialUid(CredentialUidT &&value)
bool UidHasBeenSet() const
void SetCredentialUid(CredentialUidT &&value)
void SetName(NameT &&value)
const UserAccount & GetAccount() const
ActorUser & WithType(TypeT &&value)
const Aws::String & GetType() const
bool TypeHasBeenSet() const
void SetUid(UidT &&value)
bool NameHasBeenSet() const
AWS_SECURITYHUB_API ActorUser(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API ActorUser()=default
ActorUser & WithUid(UidT &&value)
void SetType(TypeT &&value)
bool AccountHasBeenSet() const
void SetAccount(AccountT &&value)
const Aws::String & GetName() const
AWS_SECURITYHUB_API ActorUser & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CredentialUidHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue