7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/model/MatchmakingTicket.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
43 template<
typename MatchmakingTicketT = MatchmakingTicket>
44 void SetMatchmakingTicket(MatchmakingTicketT&& value) { m_matchmakingTicketHasBeenSet =
true; m_matchmakingTicket = std::forward<MatchmakingTicketT>(value); }
45 template<
typename MatchmakingTicketT = MatchmakingTicket>
52 template<
typename RequestIdT = Aws::String>
53 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
54 template<
typename RequestIdT = Aws::String>
60 bool m_matchmakingTicketHasBeenSet =
false;
63 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
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