7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
30 AWS_SECURITYHUB_API
Member() =
default;
41 template <
typename AccountIdT = Aws::String>
43 m_accountIdHasBeenSet =
true;
44 m_accountId = std::forward<AccountIdT>(value);
46 template <
typename AccountIdT = Aws::String>
59 template <
typename EmailT = Aws::String>
61 m_emailHasBeenSet =
true;
62 m_email = std::forward<EmailT>(value);
64 template <
typename EmailT = Aws::String>
66 SetEmail(std::forward<EmailT>(value));
78 template <
typename AdministratorIdT = Aws::String>
80 m_administratorIdHasBeenSet =
true;
81 m_administratorId = std::forward<AdministratorIdT>(value);
83 template <
typename AdministratorIdT = Aws::String>
113 template <
typename MemberStatusT = Aws::String>
115 m_memberStatusHasBeenSet =
true;
116 m_memberStatus = std::forward<MemberStatusT>(value);
118 template <
typename MemberStatusT = Aws::String>
132 template <
typename InvitedAtT = Aws::Utils::DateTime>
134 m_invitedAtHasBeenSet =
true;
135 m_invitedAt = std::forward<InvitedAtT>(value);
137 template <
typename InvitedAtT = Aws::Utils::DateTime>
150 template <
typename UpdatedAtT = Aws::Utils::DateTime>
152 m_updatedAtHasBeenSet =
true;
153 m_updatedAt = std::forward<UpdatedAtT>(value);
155 template <
typename UpdatedAtT = Aws::Utils::DateTime>
173 bool m_accountIdHasBeenSet =
false;
174 bool m_emailHasBeenSet =
false;
175 bool m_administratorIdHasBeenSet =
false;
176 bool m_memberStatusHasBeenSet =
false;
177 bool m_invitedAtHasBeenSet =
false;
178 bool m_updatedAtHasBeenSet =
false;
Member & WithMemberStatus(MemberStatusT &&value)
bool AdministratorIdHasBeenSet() const
bool InvitedAtHasBeenSet() const
bool MemberStatusHasBeenSet() const
void SetAccountId(AccountIdT &&value)
Member & WithEmail(EmailT &&value)
void SetAdministratorId(AdministratorIdT &&value)
void SetMemberStatus(MemberStatusT &&value)
const Aws::String & GetAccountId() const
AWS_SECURITYHUB_API Member()=default
const Aws::String & GetAdministratorId() const
Member & WithAdministratorId(AdministratorIdT &&value)
void SetInvitedAt(InvitedAtT &&value)
AWS_SECURITYHUB_API Member & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetInvitedAt() const
Member & WithAccountId(AccountIdT &&value)
const Aws::String & GetMemberStatus() const
Member & WithInvitedAt(InvitedAtT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool AccountIdHasBeenSet() const
const Aws::String & GetEmail() const
Member & WithUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
bool UpdatedAtHasBeenSet() const
AWS_SECURITYHUB_API Member(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatedAt(UpdatedAtT &&value)
void SetEmail(EmailT &&value)
bool EmailHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue