7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/textract/Textract_EXPORTS.h>
43 template <
typename HumanLoopArnT = Aws::String>
45 m_humanLoopArnHasBeenSet =
true;
46 m_humanLoopArn = std::forward<HumanLoopArnT>(value);
48 template <
typename HumanLoopArnT = Aws::String>
61 template <
typename HumanLoopActivationReasonsT = Aws::Vector<Aws::String>>
63 m_humanLoopActivationReasonsHasBeenSet =
true;
64 m_humanLoopActivationReasons = std::forward<HumanLoopActivationReasonsT>(value);
66 template <
typename HumanLoopActivationReasonsT = Aws::Vector<Aws::String>>
71 template <
typename HumanLoopActivationReasonsT = Aws::String>
73 m_humanLoopActivationReasonsHasBeenSet =
true;
74 m_humanLoopActivationReasons.emplace_back(std::forward<HumanLoopActivationReasonsT>(value));
85 return m_humanLoopActivationConditionsEvaluationResults;
88 return m_humanLoopActivationConditionsEvaluationResultsHasBeenSet;
90 template <
typename HumanLoopActivationConditionsEvaluationResultsT = Aws::String>
92 m_humanLoopActivationConditionsEvaluationResultsHasBeenSet =
true;
93 m_humanLoopActivationConditionsEvaluationResults = std::forward<HumanLoopActivationConditionsEvaluationResultsT>(value);
95 template <
typename HumanLoopActivationConditionsEvaluationResultsT = Aws::String>
106 Aws::String m_humanLoopActivationConditionsEvaluationResults;
107 bool m_humanLoopArnHasBeenSet =
false;
108 bool m_humanLoopActivationReasonsHasBeenSet =
false;
109 bool m_humanLoopActivationConditionsEvaluationResultsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue