7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gamelift/GameLiftRequest.h>
10#include <aws/gamelift/GameLift_EXPORTS.h>
11#include <aws/gamelift/model/Player.h>
44 template <
typename TicketIdT = Aws::String>
46 m_ticketIdHasBeenSet =
true;
47 m_ticketId = std::forward<TicketIdT>(value);
49 template <
typename TicketIdT = Aws::String>
64 template <
typename ConfigurationNameT = Aws::String>
66 m_configurationNameHasBeenSet =
true;
67 m_configurationName = std::forward<ConfigurationNameT>(value);
69 template <
typename ConfigurationNameT = Aws::String>
86 template <
typename PlayersT = Aws::Vector<Player>>
88 m_playersHasBeenSet =
true;
89 m_players = std::forward<PlayersT>(value);
91 template <
typename PlayersT = Aws::Vector<Player>>
96 template <
typename PlayersT = Player>
98 m_playersHasBeenSet =
true;
99 m_players.emplace_back(std::forward<PlayersT>(value));
109 bool m_ticketIdHasBeenSet =
false;
110 bool m_configurationNameHasBeenSet =
false;
111 bool m_playersHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetConfigurationName(ConfigurationNameT &&value)
void SetTicketId(TicketIdT &&value)
StartMatchmakingRequest & AddPlayers(PlayersT &&value)
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool PlayersHasBeenSet() const
StartMatchmakingRequest & WithTicketId(TicketIdT &&value)
bool ConfigurationNameHasBeenSet() const
StartMatchmakingRequest & WithPlayers(PlayersT &&value)
const Aws::String & GetTicketId() const
bool TicketIdHasBeenSet() const
const Aws::String & GetConfigurationName() const
void SetPlayers(PlayersT &&value)
AWS_GAMELIFT_API StartMatchmakingRequest()=default
StartMatchmakingRequest & WithConfigurationName(ConfigurationNameT &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
const Aws::Vector< Player > & GetPlayers() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector