7#include <aws/sagemaker-a2i-runtime/AugmentedAIRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker-a2i-runtime/model/HumanLoopSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace AugmentedAIRuntime
42 template<
typename HumanLoopSummariesT = Aws::Vector<HumanLoopSummary>>
43 void SetHumanLoopSummaries(HumanLoopSummariesT&& value) { m_humanLoopSummariesHasBeenSet =
true; m_humanLoopSummaries = std::forward<HumanLoopSummariesT>(value); }
44 template<
typename HumanLoopSummariesT = Aws::Vector<HumanLoopSummary>>
46 template<
typename HumanLoopSummariesT = HumanLoopSummary>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_humanLoopSummariesHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
AWS_AUGMENTEDAIRUNTIME_API ListHumanLoopsResult()=default
AWS_AUGMENTEDAIRUNTIME_API ListHumanLoopsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
ListHumanLoopsResult & WithNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
ListHumanLoopsResult & WithRequestId(RequestIdT &&value)
void SetHumanLoopSummaries(HumanLoopSummariesT &&value)
ListHumanLoopsResult & WithHumanLoopSummaries(HumanLoopSummariesT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< HumanLoopSummary > & GetHumanLoopSummaries() const
ListHumanLoopsResult & AddHumanLoopSummaries(HumanLoopSummariesT &&value)
AWS_AUGMENTEDAIRUNTIME_API ListHumanLoopsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue