7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
29 AWS_GUARDDUTY_API
Member() =
default;
40 template <
typename AccountIdT = Aws::String>
42 m_accountIdHasBeenSet =
true;
43 m_accountId = std::forward<AccountIdT>(value);
45 template <
typename AccountIdT = Aws::String>
58 template <
typename DetectorIdT = Aws::String>
60 m_detectorIdHasBeenSet =
true;
61 m_detectorId = std::forward<DetectorIdT>(value);
63 template <
typename DetectorIdT = Aws::String>
76 template <
typename MasterIdT = Aws::String>
78 m_masterIdHasBeenSet =
true;
79 m_masterId = std::forward<MasterIdT>(value);
81 template <
typename MasterIdT = Aws::String>
94 template <
typename EmailT = Aws::String>
96 m_emailHasBeenSet =
true;
97 m_email = std::forward<EmailT>(value);
99 template <
typename EmailT = Aws::String>
101 SetEmail(std::forward<EmailT>(value));
112 template <
typename RelationshipStatusT = Aws::String>
114 m_relationshipStatusHasBeenSet =
true;
115 m_relationshipStatus = std::forward<RelationshipStatusT>(value);
117 template <
typename RelationshipStatusT = Aws::String>
130 template <
typename InvitedAtT = Aws::String>
132 m_invitedAtHasBeenSet =
true;
133 m_invitedAt = std::forward<InvitedAtT>(value);
135 template <
typename InvitedAtT = Aws::String>
148 template <
typename UpdatedAtT = Aws::String>
150 m_updatedAtHasBeenSet =
true;
151 m_updatedAt = std::forward<UpdatedAtT>(value);
153 template <
typename UpdatedAtT = Aws::String>
166 template <
typename AdministratorIdT = Aws::String>
168 m_administratorIdHasBeenSet =
true;
169 m_administratorId = std::forward<AdministratorIdT>(value);
171 template <
typename AdministratorIdT = Aws::String>
193 bool m_accountIdHasBeenSet =
false;
194 bool m_detectorIdHasBeenSet =
false;
195 bool m_masterIdHasBeenSet =
false;
196 bool m_emailHasBeenSet =
false;
197 bool m_relationshipStatusHasBeenSet =
false;
198 bool m_invitedAtHasBeenSet =
false;
199 bool m_updatedAtHasBeenSet =
false;
200 bool m_administratorIdHasBeenSet =
false;
void SetRelationshipStatus(RelationshipStatusT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetMasterId(MasterIdT &&value)
const Aws::String & GetEmail() const
const Aws::String & GetRelationshipStatus() const
const Aws::String & GetAccountId() const
bool AdministratorIdHasBeenSet() const
void SetEmail(EmailT &&value)
Member & WithUpdatedAt(UpdatedAtT &&value)
Member & WithRelationshipStatus(RelationshipStatusT &&value)
bool UpdatedAtHasBeenSet() const
bool RelationshipStatusHasBeenSet() const
AWS_GUARDDUTY_API Member & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAdministratorId(AdministratorIdT &&value)
const Aws::String & GetMasterId() const
Member & WithInvitedAt(InvitedAtT &&value)
bool InvitedAtHasBeenSet() const
Member & WithAdministratorId(AdministratorIdT &&value)
Member & WithDetectorId(DetectorIdT &&value)
void SetDetectorId(DetectorIdT &&value)
const Aws::String & GetUpdatedAt() const
Member & WithMasterId(MasterIdT &&value)
AWS_GUARDDUTY_API Member()=default
AWS_GUARDDUTY_API Member(Aws::Utils::Json::JsonView jsonValue)
bool EmailHasBeenSet() const
void SetInvitedAt(InvitedAtT &&value)
const Aws::String & GetDetectorId() const
void SetAccountId(AccountIdT &&value)
Member & WithAccountId(AccountIdT &&value)
bool MasterIdHasBeenSet() const
const Aws::String & GetInvitedAt() const
Member & WithEmail(EmailT &&value)
bool AccountIdHasBeenSet() const
const Aws::String & GetAdministratorId() const
bool DetectorIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue