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/machinelearning/MachineLearning_EXPORTS.h>
11#include <aws/machinelearning/model/BatchPrediction.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace MachineLearning {
45 template <
typename ResultsT = Aws::Vector<BatchPrediction>>
47 m_resultsHasBeenSet =
true;
48 m_results = std::forward<ResultsT>(value);
50 template <
typename ResultsT = Aws::Vector<BatchPrediction>>
55 template <
typename ResultsT = BatchPrediction>
57 m_resultsHasBeenSet =
true;
58 m_results.emplace_back(std::forward<ResultsT>(value));
69 template <
typename NextTokenT = Aws::String>
71 m_nextTokenHasBeenSet =
true;
72 m_nextToken = std::forward<NextTokenT>(value);
74 template <
typename NextTokenT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
104 bool m_resultsHasBeenSet =
false;
105 bool m_nextTokenHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
AWS_MACHINELEARNING_API DescribeBatchPredictionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeBatchPredictionsResult & AddResults(ResultsT &&value)
DescribeBatchPredictionsResult & WithResults(ResultsT &&value)
AWS_MACHINELEARNING_API DescribeBatchPredictionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MACHINELEARNING_API DescribeBatchPredictionsResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
DescribeBatchPredictionsResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< BatchPrediction > & GetResults() const
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
DescribeBatchPredictionsResult & WithNextToken(NextTokenT &&value)
void SetResults(ResultsT &&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