7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/textract/Textract_EXPORTS.h>
9#include <aws/textract/model/HumanLoopDataAttributes.h>
44 template <
typename HumanLoopNameT = Aws::String>
46 m_humanLoopNameHasBeenSet =
true;
47 m_humanLoopName = std::forward<HumanLoopNameT>(value);
49 template <
typename HumanLoopNameT = Aws::String>
62 template <
typename FlowDefinitionArnT = Aws::String>
64 m_flowDefinitionArnHasBeenSet =
true;
65 m_flowDefinitionArn = std::forward<FlowDefinitionArnT>(value);
67 template <
typename FlowDefinitionArnT = Aws::String>
80 template <
typename DataAttributesT = HumanLoopDataAttributes>
82 m_dataAttributesHasBeenSet =
true;
83 m_dataAttributes = std::forward<DataAttributesT>(value);
85 template <
typename DataAttributesT = HumanLoopDataAttributes>
97 bool m_humanLoopNameHasBeenSet =
false;
98 bool m_flowDefinitionArnHasBeenSet =
false;
99 bool m_dataAttributesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue