AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
ListInferenceExecutionsResult.h
1
6#pragma once
7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lookoutequipment/model/InferenceExecutionSummary.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 LookoutEquipment
26{
27namespace Model
28{
30 {
31 public:
32 AWS_LOOKOUTEQUIPMENT_API ListInferenceExecutionsResult() = default;
35
36
38
42 inline const Aws::String& GetNextToken() const { return m_nextToken; }
43 template<typename NextTokenT = Aws::String>
44 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::forward<NextTokenT>(value); }
45 template<typename NextTokenT = Aws::String>
46 ListInferenceExecutionsResult& WithNextToken(NextTokenT&& value) { SetNextToken(std::forward<NextTokenT>(value)); return *this;}
48
50
59 inline const Aws::Vector<InferenceExecutionSummary>& GetInferenceExecutionSummaries() const { return m_inferenceExecutionSummaries; }
60 template<typename InferenceExecutionSummariesT = Aws::Vector<InferenceExecutionSummary>>
61 void SetInferenceExecutionSummaries(InferenceExecutionSummariesT&& value) { m_inferenceExecutionSummariesHasBeenSet = true; m_inferenceExecutionSummaries = std::forward<InferenceExecutionSummariesT>(value); }
62 template<typename InferenceExecutionSummariesT = Aws::Vector<InferenceExecutionSummary>>
63 ListInferenceExecutionsResult& WithInferenceExecutionSummaries(InferenceExecutionSummariesT&& value) { SetInferenceExecutionSummaries(std::forward<InferenceExecutionSummariesT>(value)); return *this;}
64 template<typename InferenceExecutionSummariesT = InferenceExecutionSummary>
65 ListInferenceExecutionsResult& AddInferenceExecutionSummaries(InferenceExecutionSummariesT&& value) { m_inferenceExecutionSummariesHasBeenSet = true; m_inferenceExecutionSummaries.emplace_back(std::forward<InferenceExecutionSummariesT>(value)); return *this; }
67
69
70 inline const Aws::String& GetRequestId() const { return m_requestId; }
71 template<typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
73 template<typename RequestIdT = Aws::String>
74 ListInferenceExecutionsResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
76 private:
77
78 Aws::String m_nextToken;
79 bool m_nextTokenHasBeenSet = false;
80
81 Aws::Vector<InferenceExecutionSummary> m_inferenceExecutionSummaries;
82 bool m_inferenceExecutionSummariesHasBeenSet = false;
83
84 Aws::String m_requestId;
85 bool m_requestIdHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace LookoutEquipment
90} // namespace Aws
ListInferenceExecutionsResult & WithRequestId(RequestIdT &&value)
AWS_LOOKOUTEQUIPMENT_API ListInferenceExecutionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LOOKOUTEQUIPMENT_API ListInferenceExecutionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListInferenceExecutionsResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< InferenceExecutionSummary > & GetInferenceExecutionSummaries() const
AWS_LOOKOUTEQUIPMENT_API ListInferenceExecutionsResult()=default
ListInferenceExecutionsResult & AddInferenceExecutionSummaries(InferenceExecutionSummariesT &&value)
ListInferenceExecutionsResult & WithInferenceExecutionSummaries(InferenceExecutionSummariesT &&value)
void SetInferenceExecutionSummaries(InferenceExecutionSummariesT &&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