7#include <aws/sagemaker-a2i-runtime/AugmentedAIRuntime_EXPORTS.h>
8#include <aws/sagemaker-a2i-runtime/AugmentedAIRuntimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace AugmentedAIRuntime
41 template<
typename HumanLoopNameT = Aws::String>
42 void SetHumanLoopName(HumanLoopNameT&& value) { m_humanLoopNameHasBeenSet =
true; m_humanLoopName = std::forward<HumanLoopNameT>(value); }
43 template<
typename HumanLoopNameT = Aws::String>
49 bool m_humanLoopNameHasBeenSet =
false;
void SetHumanLoopName(HumanLoopNameT &&value)
bool HumanLoopNameHasBeenSet() const
AWS_AUGMENTEDAIRUNTIME_API DescribeHumanLoopRequest()=default
DescribeHumanLoopRequest & WithHumanLoopName(HumanLoopNameT &&value)
const Aws::String & GetHumanLoopName() const
virtual const char * GetServiceRequestName() const override
AWS_AUGMENTEDAIRUNTIME_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String