7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/macie2/Macie2_EXPORTS.h>
11#include <aws/macie2/model/RelationshipStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename AccountIdT = Aws::String>
39 m_accountIdHasBeenSet =
true;
40 m_accountId = std::forward<AccountIdT>(value);
42 template <
typename AccountIdT = Aws::String>
54 template <
typename AdministratorAccountIdT = Aws::String>
56 m_administratorAccountIdHasBeenSet =
true;
57 m_administratorAccountId = std::forward<AdministratorAccountIdT>(value);
59 template <
typename AdministratorAccountIdT = Aws::String>
71 template <
typename ArnT = Aws::String>
73 m_arnHasBeenSet =
true;
74 m_arn = std::forward<ArnT>(value);
76 template <
typename ArnT = Aws::String>
78 SetArn(std::forward<ArnT>(value));
89 template <
typename EmailT = Aws::String>
91 m_emailHasBeenSet =
true;
92 m_email = std::forward<EmailT>(value);
94 template <
typename EmailT = Aws::String>
96 SetEmail(std::forward<EmailT>(value));
108 template <
typename InvitedAtT = Aws::Utils::DateTime>
110 m_invitedAtHasBeenSet =
true;
111 m_invitedAt = std::forward<InvitedAtT>(value);
113 template <
typename InvitedAtT = Aws::Utils::DateTime>
127 template <
typename MasterAccountIdT = Aws::String>
129 m_masterAccountIdHasBeenSet =
true;
130 m_masterAccountId = std::forward<MasterAccountIdT>(value);
132 template <
typename MasterAccountIdT = Aws::String>
146 m_relationshipStatusHasBeenSet =
true;
147 m_relationshipStatus = value;
161 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
163 m_tagsHasBeenSet =
true;
164 m_tags = std::forward<TagsT>(value);
166 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
168 SetTags(std::forward<TagsT>(value));
171 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
173 m_tagsHasBeenSet =
true;
174 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
186 template <
typename UpdatedAtT = Aws::Utils::DateTime>
188 m_updatedAtHasBeenSet =
true;
189 m_updatedAt = std::forward<UpdatedAtT>(value);
191 template <
typename UpdatedAtT = Aws::Utils::DateTime>
201 template <
typename RequestIdT = Aws::String>
203 m_requestIdHasBeenSet =
true;
204 m_requestId = std::forward<RequestIdT>(value);
206 template <
typename RequestIdT = Aws::String>
232 bool m_accountIdHasBeenSet =
false;
233 bool m_administratorAccountIdHasBeenSet =
false;
234 bool m_arnHasBeenSet =
false;
235 bool m_emailHasBeenSet =
false;
236 bool m_invitedAtHasBeenSet =
false;
237 bool m_masterAccountIdHasBeenSet =
false;
238 bool m_relationshipStatusHasBeenSet =
false;
239 bool m_tagsHasBeenSet =
false;
240 bool m_updatedAtHasBeenSet =
false;
241 bool m_requestIdHasBeenSet =
false;
GetMemberResult & WithAccountId(AccountIdT &&value)
AWS_MACIE2_API GetMemberResult()=default
void SetTags(TagsT &&value)
const Aws::String & GetMasterAccountId() const
const Aws::Utils::DateTime & GetInvitedAt() const
void SetArn(ArnT &&value)
GetMemberResult & WithRequestId(RequestIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
GetMemberResult & WithArn(ArnT &&value)
GetMemberResult & WithAdministratorAccountId(AdministratorAccountIdT &&value)
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetAccountId() const
GetMemberResult & WithUpdatedAt(UpdatedAtT &&value)
AWS_MACIE2_API GetMemberResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAccountId(AccountIdT &&value)
GetMemberResult & WithEmail(EmailT &&value)
GetMemberResult & WithRelationshipStatus(RelationshipStatus value)
void SetInvitedAt(InvitedAtT &&value)
GetMemberResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetAdministratorAccountId(AdministratorAccountIdT &&value)
AWS_MACIE2_API GetMemberResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMemberResult & WithTags(TagsT &&value)
const Aws::String & GetAdministratorAccountId() const
GetMemberResult & WithMasterAccountId(MasterAccountIdT &&value)
const Aws::String & GetArn() const
const Aws::String & GetEmail() const
void SetEmail(EmailT &&value)
void SetRequestId(RequestIdT &&value)
void SetMasterAccountId(MasterAccountIdT &&value)
RelationshipStatus GetRelationshipStatus() const
void SetRelationshipStatus(RelationshipStatus value)
GetMemberResult & WithInvitedAt(InvitedAtT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue