7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
10#include <aws/gamelift/model/MatchmakingTicket.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 template <
typename MatchmakingTicketT = MatchmakingTicket>
40 m_matchmakingTicketHasBeenSet =
true;
41 m_matchmakingTicket = std::forward<MatchmakingTicketT>(value);
43 template <
typename MatchmakingTicketT = MatchmakingTicket>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
71 bool m_matchmakingTicketHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GAMELIFT_API StartMatchmakingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartMatchmakingResult & WithMatchmakingTicket(MatchmakingTicketT &&value)
AWS_GAMELIFT_API StartMatchmakingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetMatchmakingTicket(MatchmakingTicketT &&value)
const Aws::String & GetRequestId() const
StartMatchmakingResult & WithRequestId(RequestIdT &&value)
const MatchmakingTicket & GetMatchmakingTicket() const
AWS_GAMELIFT_API StartMatchmakingResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue