7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rekognition/model/HumanLoopDataAttributes.h>
52 inline void SetHumanLoopName(
const char* value) { m_humanLoopNameHasBeenSet =
true; m_humanLoopName.assign(value); }
69 inline void SetFlowDefinitionArn(
const char* value) { m_flowDefinitionArnHasBeenSet =
true; m_flowDefinitionArn.assign(value); }
89 bool m_humanLoopNameHasBeenSet =
false;
92 bool m_flowDefinitionArnHasBeenSet =
false;
95 bool m_dataAttributesHasBeenSet =
false;
bool HumanLoopNameHasBeenSet() const
HumanLoopConfig & WithDataAttributes(HumanLoopDataAttributes &&value)
HumanLoopConfig & WithFlowDefinitionArn(const char *value)
HumanLoopConfig & WithHumanLoopName(const Aws::String &value)
void SetFlowDefinitionArn(Aws::String &&value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
HumanLoopConfig & WithFlowDefinitionArn(Aws::String &&value)
void SetFlowDefinitionArn(const Aws::String &value)
HumanLoopConfig & WithFlowDefinitionArn(const Aws::String &value)
const Aws::String & GetHumanLoopName() const
void SetDataAttributes(const HumanLoopDataAttributes &value)
bool FlowDefinitionArnHasBeenSet() const
void SetHumanLoopName(const char *value)
HumanLoopConfig & WithHumanLoopName(const char *value)
AWS_REKOGNITION_API HumanLoopConfig(Aws::Utils::Json::JsonView jsonValue)
void SetHumanLoopName(Aws::String &&value)
HumanLoopConfig & WithDataAttributes(const HumanLoopDataAttributes &value)
bool DataAttributesHasBeenSet() const
void SetFlowDefinitionArn(const char *value)
void SetHumanLoopName(const Aws::String &value)
AWS_REKOGNITION_API HumanLoopConfig()
void SetDataAttributes(HumanLoopDataAttributes &&value)
HumanLoopConfig & WithHumanLoopName(Aws::String &&value)
const HumanLoopDataAttributes & GetDataAttributes() const
const Aws::String & GetFlowDefinitionArn() const
AWS_REKOGNITION_API HumanLoopConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue