7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/macie2/model/Invitation.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename InvitationsT = Aws::Vector<Invitation>>
44 void SetInvitations(InvitationsT&& value) { m_invitationsHasBeenSet =
true; m_invitations = std::forward<InvitationsT>(value); }
45 template<
typename InvitationsT = Aws::Vector<Invitation>>
47 template<
typename InvitationsT = Invitation>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_invitationsHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListInvitationsResult & WithNextToken(NextTokenT &&value)
AWS_MACIE2_API ListInvitationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListInvitationsResult & WithRequestId(RequestIdT &&value)
void SetInvitations(InvitationsT &&value)
const Aws::Vector< Invitation > & GetInvitations() const
AWS_MACIE2_API ListInvitationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MACIE2_API ListInvitationsResult()=default
const Aws::String & GetRequestId() const
ListInvitationsResult & WithInvitations(InvitationsT &&value)
ListInvitationsResult & AddInvitations(InvitationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue