7#include <aws/textract/Textract_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/textract/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>
62 template<
typename FlowDefinitionArnT = Aws::String>
63 void SetFlowDefinitionArn(FlowDefinitionArnT&& value) { m_flowDefinitionArnHasBeenSet =
true; m_flowDefinitionArn = std::forward<FlowDefinitionArnT>(value); }
64 template<
typename FlowDefinitionArnT = Aws::String>
74 template<
typename DataAttributesT = HumanLoopDataAttributes>
75 void SetDataAttributes(DataAttributesT&& value) { m_dataAttributesHasBeenSet =
true; m_dataAttributes = std::forward<DataAttributesT>(value); }
76 template<
typename DataAttributesT = HumanLoopDataAttributes>
82 bool m_humanLoopNameHasBeenSet =
false;
85 bool m_flowDefinitionArnHasBeenSet =
false;
88 bool m_dataAttributesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue