7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
39 template <
typename GameSessionIdT = Aws::String>
41 m_gameSessionIdHasBeenSet =
true;
42 m_gameSessionId = std::forward<GameSessionIdT>(value);
44 template <
typename GameSessionIdT = Aws::String>
57 template <
typename PlayerIdT = Aws::String>
59 m_playerIdHasBeenSet =
true;
60 m_playerId = std::forward<PlayerIdT>(value);
62 template <
typename PlayerIdT = Aws::String>
77 template <
typename PlayerDataT = Aws::String>
79 m_playerDataHasBeenSet =
true;
80 m_playerData = std::forward<PlayerDataT>(value);
82 template <
typename PlayerDataT = Aws::String>
94 bool m_gameSessionIdHasBeenSet =
false;
95 bool m_playerIdHasBeenSet =
false;
96 bool m_playerDataHasBeenSet =
false;
bool PlayerDataHasBeenSet() const
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool GameSessionIdHasBeenSet() const
const Aws::String & GetPlayerData() const
AWS_GAMELIFT_API Aws::String SerializePayload() const override
const Aws::String & GetGameSessionId() const
void SetGameSessionId(GameSessionIdT &&value)
bool PlayerIdHasBeenSet() const
CreatePlayerSessionRequest & WithPlayerId(PlayerIdT &&value)
void SetPlayerData(PlayerDataT &&value)
CreatePlayerSessionRequest & WithGameSessionId(GameSessionIdT &&value)
CreatePlayerSessionRequest & WithPlayerData(PlayerDataT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetPlayerId() const
AWS_GAMELIFT_API CreatePlayerSessionRequest()=default
void SetPlayerId(PlayerIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String