7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/gamelift/GameLift_EXPORTS.h>
11#include <aws/gamelift/model/GameSessionQueue.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename GameSessionQueuesT = Aws::Vector<GameSessionQueue>>
39 m_gameSessionQueuesHasBeenSet =
true;
40 m_gameSessionQueues = std::forward<GameSessionQueuesT>(value);
42 template <
typename GameSessionQueuesT = Aws::Vector<GameSessionQueue>>
47 template <
typename GameSessionQueuesT = GameSessionQueue>
49 m_gameSessionQueuesHasBeenSet =
true;
50 m_gameSessionQueues.emplace_back(std::forward<GameSessionQueuesT>(value));
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
97 bool m_gameSessionQueuesHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeGameSessionQueuesResult & AddGameSessionQueues(GameSessionQueuesT &&value)
const Aws::String & GetRequestId() const
AWS_GAMELIFT_API DescribeGameSessionQueuesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetGameSessionQueues(GameSessionQueuesT &&value)
DescribeGameSessionQueuesResult & WithRequestId(RequestIdT &&value)
AWS_GAMELIFT_API DescribeGameSessionQueuesResult()=default
DescribeGameSessionQueuesResult & WithGameSessionQueues(GameSessionQueuesT &&value)
const Aws::Vector< GameSessionQueue > & GetGameSessionQueues() const
AWS_GAMELIFT_API DescribeGameSessionQueuesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
DescribeGameSessionQueuesResult & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue