7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/machinelearning/MachineLearning_EXPORTS.h>
10#include <aws/machinelearning/model/BatchPrediction.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace MachineLearning {
44 template <
typename ResultsT = Aws::Vector<BatchPrediction>>
46 m_resultsHasBeenSet =
true;
47 m_results = std::forward<ResultsT>(value);
49 template <
typename ResultsT = Aws::Vector<BatchPrediction>>
54 template <
typename ResultsT = BatchPrediction>
56 m_resultsHasBeenSet =
true;
57 m_results.emplace_back(std::forward<ResultsT>(value));
68 template <
typename NextTokenT = Aws::String>
70 m_nextTokenHasBeenSet =
true;
71 m_nextToken = std::forward<NextTokenT>(value);
73 template <
typename NextTokenT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
100 bool m_resultsHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
102 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
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