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/Compute.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ComputeListT = Aws::Vector<Compute>>
39 m_computeListHasBeenSet =
true;
40 m_computeList = std::forward<ComputeListT>(value);
42 template <
typename ComputeListT = Aws::Vector<Compute>>
47 template <
typename ComputeListT = Compute>
49 m_computeListHasBeenSet =
true;
50 m_computeList.emplace_back(std::forward<ComputeListT>(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_computeListHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_GAMELIFT_API ListComputeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListComputeResult & WithComputeList(ComputeListT &&value)
const Aws::String & GetNextToken() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GAMELIFT_API ListComputeResult()=default
ListComputeResult & AddComputeList(ComputeListT &&value)
ListComputeResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
ListComputeResult & WithNextToken(NextTokenT &&value)
AWS_GAMELIFT_API ListComputeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetComputeList(ComputeListT &&value)
const Aws::Vector< Compute > & GetComputeList() const
void SetNextToken(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