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
57 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
68 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(const char *value)
AWS_AUGMENTEDAIRUNTIME_API ListHumanLoopsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListHumanLoopsResult & WithNextToken(const Aws::String &value)
ListHumanLoopsResult & AddHumanLoopSummaries(const HumanLoopSummary &value)
const Aws::String & GetNextToken() const
void SetRequestId(const Aws::String &value)
ListHumanLoopsResult & WithRequestId(Aws::String &&value)
void SetHumanLoopSummaries(const Aws::Vector< HumanLoopSummary > &value)
void SetRequestId(Aws::String &&value)
ListHumanLoopsResult & WithRequestId(const char *value)
ListHumanLoopsResult & WithHumanLoopSummaries(Aws::Vector< HumanLoopSummary > &&value)
ListHumanLoopsResult & WithNextToken(const char *value)
const Aws::String & GetRequestId() const
ListHumanLoopsResult & WithHumanLoopSummaries(const Aws::Vector< HumanLoopSummary > &value)
void SetNextToken(Aws::String &&value)
AWS_AUGMENTEDAIRUNTIME_API ListHumanLoopsResult()
const Aws::Vector< HumanLoopSummary > & GetHumanLoopSummaries() const
void SetHumanLoopSummaries(Aws::Vector< HumanLoopSummary > &&value)
void SetNextToken(const Aws::String &value)
ListHumanLoopsResult & WithNextToken(Aws::String &&value)
ListHumanLoopsResult & AddHumanLoopSummaries(HumanLoopSummary &&value)
void SetNextToken(const char *value)
AWS_AUGMENTEDAIRUNTIME_API ListHumanLoopsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListHumanLoopsResult & WithRequestId(const Aws::String &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