7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
34 AWS_GUARDDUTY_API
Member() =
default;
46 template<
typename AccountIdT = Aws::String>
47 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
48 template<
typename AccountIdT = Aws::String>
58 template<
typename DetectorIdT = Aws::String>
59 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
60 template<
typename DetectorIdT = Aws::String>
70 template<
typename MasterIdT = Aws::String>
71 void SetMasterId(MasterIdT&& value) { m_masterIdHasBeenSet =
true; m_masterId = std::forward<MasterIdT>(value); }
72 template<
typename MasterIdT = Aws::String>
82 template<
typename EmailT = Aws::String>
83 void SetEmail(EmailT&& value) { m_emailHasBeenSet =
true; m_email = std::forward<EmailT>(value); }
84 template<
typename EmailT = Aws::String>
94 template<
typename RelationshipStatusT = Aws::String>
95 void SetRelationshipStatus(RelationshipStatusT&& value) { m_relationshipStatusHasBeenSet =
true; m_relationshipStatus = std::forward<RelationshipStatusT>(value); }
96 template<
typename RelationshipStatusT = Aws::String>
106 template<
typename InvitedAtT = Aws::String>
107 void SetInvitedAt(InvitedAtT&& value) { m_invitedAtHasBeenSet =
true; m_invitedAt = std::forward<InvitedAtT>(value); }
108 template<
typename InvitedAtT = Aws::String>
118 template<
typename UpdatedAtT = Aws::String>
119 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
120 template<
typename UpdatedAtT = Aws::String>
130 template<
typename AdministratorIdT = Aws::String>
131 void SetAdministratorId(AdministratorIdT&& value) { m_administratorIdHasBeenSet =
true; m_administratorId = std::forward<AdministratorIdT>(value); }
132 template<
typename AdministratorIdT = Aws::String>
138 bool m_accountIdHasBeenSet =
false;
141 bool m_detectorIdHasBeenSet =
false;
144 bool m_masterIdHasBeenSet =
false;
147 bool m_emailHasBeenSet =
false;
150 bool m_relationshipStatusHasBeenSet =
false;
153 bool m_invitedAtHasBeenSet =
false;
156 bool m_updatedAtHasBeenSet =
false;
159 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