7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
51 inline void SetHumanLoopArn(
const char* value) { m_humanLoopArnHasBeenSet =
true; m_humanLoopArn.assign(value); }
89 bool m_humanLoopArnHasBeenSet =
false;
92 bool m_humanLoopActivationReasonsHasBeenSet =
false;
94 Aws::String m_humanLoopActivationConditionsEvaluationResults;
95 bool m_humanLoopActivationConditionsEvaluationResultsHasBeenSet =
false;
HumanLoopActivationOutput & WithHumanLoopActivationConditionsEvaluationResults(const char *value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
HumanLoopActivationOutput & AddHumanLoopActivationReasons(const char *value)
void SetHumanLoopArn(Aws::String &&value)
AWS_REKOGNITION_API HumanLoopActivationOutput(Aws::Utils::Json::JsonView jsonValue)
HumanLoopActivationOutput & WithHumanLoopActivationConditionsEvaluationResults(Aws::String &&value)
HumanLoopActivationOutput & WithHumanLoopArn(Aws::String &&value)
void SetHumanLoopActivationConditionsEvaluationResults(const char *value)
void SetHumanLoopActivationReasons(const Aws::Vector< Aws::String > &value)
HumanLoopActivationOutput & AddHumanLoopActivationReasons(Aws::String &&value)
const Aws::String & GetHumanLoopArn() const
const Aws::Vector< Aws::String > & GetHumanLoopActivationReasons() const
void SetHumanLoopActivationReasons(Aws::Vector< Aws::String > &&value)
HumanLoopActivationOutput & WithHumanLoopActivationConditionsEvaluationResults(const Aws::String &value)
void SetHumanLoopArn(const char *value)
HumanLoopActivationOutput & WithHumanLoopArn(const Aws::String &value)
HumanLoopActivationOutput & WithHumanLoopActivationReasons(Aws::Vector< Aws::String > &&value)
AWS_REKOGNITION_API HumanLoopActivationOutput()
HumanLoopActivationOutput & WithHumanLoopArn(const char *value)
bool HumanLoopArnHasBeenSet() const
HumanLoopActivationOutput & AddHumanLoopActivationReasons(const Aws::String &value)
bool HumanLoopActivationConditionsEvaluationResultsHasBeenSet() const
bool HumanLoopActivationReasonsHasBeenSet() const
void SetHumanLoopArn(const Aws::String &value)
void SetHumanLoopActivationConditionsEvaluationResults(Aws::String &&value)
void SetHumanLoopActivationConditionsEvaluationResults(const Aws::String &value)
AWS_REKOGNITION_API HumanLoopActivationOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetHumanLoopActivationConditionsEvaluationResults() const
HumanLoopActivationOutput & WithHumanLoopActivationReasons(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue