7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/textract/Textract_EXPORTS.h>
9#include <aws/textract/model/HumanLoopDataAttributes.h>
52 template <
typename HumanLoopNameT = Aws::String>
54 m_humanLoopNameHasBeenSet =
true;
55 m_humanLoopName = std::forward<HumanLoopNameT>(value);
57 template <
typename HumanLoopNameT = Aws::String>
70 template <
typename FlowDefinitionArnT = Aws::String>
72 m_flowDefinitionArnHasBeenSet =
true;
73 m_flowDefinitionArn = std::forward<FlowDefinitionArnT>(value);
75 template <
typename FlowDefinitionArnT = Aws::String>
88 template <
typename DataAttributesT = HumanLoopDataAttributes>
90 m_dataAttributesHasBeenSet =
true;
91 m_dataAttributes = std::forward<DataAttributesT>(value);
93 template <
typename DataAttributesT = HumanLoopDataAttributes>
105 bool m_humanLoopNameHasBeenSet =
false;
106 bool m_flowDefinitionArnHasBeenSet =
false;
107 bool m_dataAttributesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue