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
43 inline void SetHumanLoopName(
const char* value) { m_humanLoopNameHasBeenSet =
true; m_humanLoopName.assign(value); }
51 bool m_humanLoopNameHasBeenSet =
false;
DescribeHumanLoopRequest & WithHumanLoopName(Aws::String &&value)
void SetHumanLoopName(const char *value)
void SetHumanLoopName(Aws::String &&value)
bool HumanLoopNameHasBeenSet() const
DescribeHumanLoopRequest & WithHumanLoopName(const char *value)
DescribeHumanLoopRequest & WithHumanLoopName(const Aws::String &value)
AWS_AUGMENTEDAIRUNTIME_API DescribeHumanLoopRequest()
void SetHumanLoopName(const Aws::String &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