AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeBatchPredictionsResult.h
1
6#pragma once
7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/machinelearning/model/BatchPrediction.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace MachineLearning
26{
27namespace Model
28{
37 {
38 public:
39 AWS_MACHINELEARNING_API DescribeBatchPredictionsResult();
42
43
45
49 inline const Aws::Vector<BatchPrediction>& GetResults() const{ return m_results; }
50 inline void SetResults(const Aws::Vector<BatchPrediction>& value) { m_results = value; }
51 inline void SetResults(Aws::Vector<BatchPrediction>&& value) { m_results = std::move(value); }
53 inline DescribeBatchPredictionsResult& WithResults(Aws::Vector<BatchPrediction>&& value) { SetResults(std::move(value)); return *this;}
54 inline DescribeBatchPredictionsResult& AddResults(const BatchPrediction& value) { m_results.push_back(value); return *this; }
55 inline DescribeBatchPredictionsResult& AddResults(BatchPrediction&& value) { m_results.push_back(std::move(value)); return *this; }
57
59
63 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
64 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
65 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
66 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
67 inline DescribeBatchPredictionsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
68 inline DescribeBatchPredictionsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
69 inline DescribeBatchPredictionsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
71
73
74 inline const Aws::String& GetRequestId() const{ return m_requestId; }
75 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
76 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
77 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
78 inline DescribeBatchPredictionsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
79 inline DescribeBatchPredictionsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
80 inline DescribeBatchPredictionsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
82 private:
83
85
86 Aws::String m_nextToken;
87
88 Aws::String m_requestId;
89 };
90
91} // namespace Model
92} // namespace MachineLearning
93} // namespace Aws
AWS_MACHINELEARNING_API DescribeBatchPredictionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MACHINELEARNING_API DescribeBatchPredictionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeBatchPredictionsResult & WithRequestId(const Aws::String &value)
DescribeBatchPredictionsResult & WithNextToken(Aws::String &&value)
DescribeBatchPredictionsResult & WithNextToken(const char *value)
DescribeBatchPredictionsResult & WithResults(const Aws::Vector< BatchPrediction > &value)
DescribeBatchPredictionsResult & WithRequestId(const char *value)
DescribeBatchPredictionsResult & WithResults(Aws::Vector< BatchPrediction > &&value)
DescribeBatchPredictionsResult & AddResults(const BatchPrediction &value)
DescribeBatchPredictionsResult & AddResults(BatchPrediction &&value)
DescribeBatchPredictionsResult & WithRequestId(Aws::String &&value)
DescribeBatchPredictionsResult & WithNextToken(const Aws::String &value)
void SetResults(const Aws::Vector< BatchPrediction > &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