AWS SDK for C++
1.8.182
AWS SDK for C++
|
#include <CreateGameSessionResult.h>
Public Member Functions | |
CreateGameSessionResult () | |
CreateGameSessionResult (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) | |
CreateGameSessionResult & | operator= (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) |
const GameSession & | GetGameSession () const |
void | SetGameSession (const GameSession &value) |
void | SetGameSession (GameSession &&value) |
CreateGameSessionResult & | WithGameSession (const GameSession &value) |
CreateGameSessionResult & | WithGameSession (GameSession &&value) |
Represents the returned data in response to a request operation.
Definition at line 33 of file CreateGameSessionResult.h.
Aws::GameLift::Model::CreateGameSessionResult::CreateGameSessionResult | ( | ) |
Aws::GameLift::Model::CreateGameSessionResult::CreateGameSessionResult | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
Object that describes the newly created game session record.
Definition at line 44 of file CreateGameSessionResult.h.
CreateGameSessionResult& Aws::GameLift::Model::CreateGameSessionResult::operator= | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
Object that describes the newly created game session record.
Definition at line 49 of file CreateGameSessionResult.h.
|
inline |
Object that describes the newly created game session record.
Definition at line 54 of file CreateGameSessionResult.h.
|
inline |
Object that describes the newly created game session record.
Definition at line 59 of file CreateGameSessionResult.h.
|
inline |
Object that describes the newly created game session record.
Definition at line 64 of file CreateGameSessionResult.h.