7#include <aws/managedblockchain/ManagedBlockchain_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/managedblockchain/model/Invitation.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ManagedBlockchain
42 template<
typename InvitationsT = Aws::Vector<Invitation>>
43 void SetInvitations(InvitationsT&& value) { m_invitationsHasBeenSet =
true; m_invitations = std::forward<InvitationsT>(value); }
44 template<
typename InvitationsT = Aws::Vector<Invitation>>
46 template<
typename InvitationsT = Invitation>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_invitationsHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
ListInvitationsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetInvitations(InvitationsT &&value)
ListInvitationsResult & WithRequestId(RequestIdT &&value)
AWS_MANAGEDBLOCKCHAIN_API ListInvitationsResult()=default
const Aws::Vector< Invitation > & GetInvitations() const
ListInvitationsResult & AddInvitations(InvitationsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_MANAGEDBLOCKCHAIN_API ListInvitationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListInvitationsResult & WithInvitations(InvitationsT &&value)
void SetNextToken(NextTokenT &&value)
AWS_MANAGEDBLOCKCHAIN_API ListInvitationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue