7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rekognition/model/HumanLoopDataAttributes.h>
50 template<
typename HumanLoopNameT = Aws::String>
51 void SetHumanLoopName(HumanLoopNameT&& value) { m_humanLoopNameHasBeenSet =
true; m_humanLoopName = std::forward<HumanLoopNameT>(value); }
52 template<
typename HumanLoopNameT = Aws::String>
65 template<
typename FlowDefinitionArnT = Aws::String>
66 void SetFlowDefinitionArn(FlowDefinitionArnT&& value) { m_flowDefinitionArnHasBeenSet =
true; m_flowDefinitionArn = std::forward<FlowDefinitionArnT>(value); }
67 template<
typename FlowDefinitionArnT = Aws::String>
77 template<
typename DataAttributesT = HumanLoopDataAttributes>
78 void SetDataAttributes(DataAttributesT&& value) { m_dataAttributesHasBeenSet =
true; m_dataAttributes = std::forward<DataAttributesT>(value); }
79 template<
typename DataAttributesT = HumanLoopDataAttributes>
85 bool m_humanLoopNameHasBeenSet =
false;
88 bool m_flowDefinitionArnHasBeenSet =
false;
91 bool m_dataAttributesHasBeenSet =
false;
bool HumanLoopNameHasBeenSet() const
void SetDataAttributes(DataAttributesT &&value)
void SetHumanLoopName(HumanLoopNameT &&value)
HumanLoopConfig & WithDataAttributes(DataAttributesT &&value)
AWS_REKOGNITION_API HumanLoopConfig()=default
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetHumanLoopName() const
bool FlowDefinitionArnHasBeenSet() const
HumanLoopConfig & WithHumanLoopName(HumanLoopNameT &&value)
void SetFlowDefinitionArn(FlowDefinitionArnT &&value)
AWS_REKOGNITION_API HumanLoopConfig(Aws::Utils::Json::JsonView jsonValue)
bool DataAttributesHasBeenSet() const
HumanLoopConfig & WithFlowDefinitionArn(FlowDefinitionArnT &&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