7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/gamelift/model/Player.h>
48 template<
typename TicketIdT = Aws::String>
49 void SetTicketId(TicketIdT&& value) { m_ticketIdHasBeenSet =
true; m_ticketId = std::forward<TicketIdT>(value); }
50 template<
typename TicketIdT = Aws::String>
63 template<
typename ConfigurationNameT = Aws::String>
64 void SetConfigurationName(ConfigurationNameT&& value) { m_configurationNameHasBeenSet =
true; m_configurationName = std::forward<ConfigurationNameT>(value); }
65 template<
typename ConfigurationNameT = Aws::String>
77 template<
typename GameSessionArnT = Aws::String>
78 void SetGameSessionArn(GameSessionArnT&& value) { m_gameSessionArnHasBeenSet =
true; m_gameSessionArn = std::forward<GameSessionArnT>(value); }
79 template<
typename GameSessionArnT = Aws::String>
102 template<
typename PlayersT = Aws::Vector<Player>>
103 void SetPlayers(PlayersT&& value) { m_playersHasBeenSet =
true; m_players = std::forward<PlayersT>(value); }
104 template<
typename PlayersT = Aws::Vector<Player>>
106 template<
typename PlayersT = Player>
112 bool m_ticketIdHasBeenSet =
false;
115 bool m_configurationNameHasBeenSet =
false;
118 bool m_gameSessionArnHasBeenSet =
false;
121 bool m_playersHasBeenSet =
false;
bool TicketIdHasBeenSet() const
bool ConfigurationNameHasBeenSet() const
const Aws::String & GetTicketId() const
const Aws::String & GetConfigurationName() const
StartMatchBackfillRequest & AddPlayers(PlayersT &&value)
StartMatchBackfillRequest & WithGameSessionArn(GameSessionArnT &&value)
void SetConfigurationName(ConfigurationNameT &&value)
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Player > & GetPlayers() const
StartMatchBackfillRequest & WithPlayers(PlayersT &&value)
virtual const char * GetServiceRequestName() const override
void SetTicketId(TicketIdT &&value)
bool PlayersHasBeenSet() const
StartMatchBackfillRequest & WithTicketId(TicketIdT &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
const Aws::String & GetGameSessionArn() const
StartMatchBackfillRequest & WithConfigurationName(ConfigurationNameT &&value)
void SetPlayers(PlayersT &&value)
void SetGameSessionArn(GameSessionArnT &&value)
bool GameSessionArnHasBeenSet() const
AWS_GAMELIFT_API StartMatchBackfillRequest()=default
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