7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/UserAccount.h>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
66 template<
typename U
idT = Aws::String>
67 void SetUid(UidT&& value) { m_uidHasBeenSet =
true; m_uid = std::forward<UidT>(value); }
68 template<
typename U
idT = Aws::String>
78 template<
typename TypeT = Aws::String>
79 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
80 template<
typename TypeT = Aws::String>
90 template<
typename CredentialU
idT = Aws::String>
91 void SetCredentialUid(CredentialUidT&& value) { m_credentialUidHasBeenSet =
true; m_credentialUid = std::forward<CredentialUidT>(value); }
92 template<
typename CredentialU
idT = Aws::String>
102 template<
typename AccountT = UserAccount>
103 void SetAccount(AccountT&& value) { m_accountHasBeenSet =
true; m_account = std::forward<AccountT>(value); }
104 template<
typename AccountT = UserAccount>
110 bool m_nameHasBeenSet =
false;
113 bool m_uidHasBeenSet =
false;
116 bool m_typeHasBeenSet =
false;
119 bool m_credentialUidHasBeenSet =
false;
122 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