AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
HumanLoopActivationOutput.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Rekognition
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_REKOGNITION_API HumanLoopActivationOutput();
40 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetHumanLoopArn() const{ return m_humanLoopArn; }
48 inline bool HumanLoopArnHasBeenSet() const { return m_humanLoopArnHasBeenSet; }
49 inline void SetHumanLoopArn(const Aws::String& value) { m_humanLoopArnHasBeenSet = true; m_humanLoopArn = value; }
50 inline void SetHumanLoopArn(Aws::String&& value) { m_humanLoopArnHasBeenSet = true; m_humanLoopArn = std::move(value); }
51 inline void SetHumanLoopArn(const char* value) { m_humanLoopArnHasBeenSet = true; m_humanLoopArn.assign(value); }
52 inline HumanLoopActivationOutput& WithHumanLoopArn(const Aws::String& value) { SetHumanLoopArn(value); return *this;}
53 inline HumanLoopActivationOutput& WithHumanLoopArn(Aws::String&& value) { SetHumanLoopArn(std::move(value)); return *this;}
54 inline HumanLoopActivationOutput& WithHumanLoopArn(const char* value) { SetHumanLoopArn(value); return *this;}
56
58
61 inline const Aws::Vector<Aws::String>& GetHumanLoopActivationReasons() const{ return m_humanLoopActivationReasons; }
62 inline bool HumanLoopActivationReasonsHasBeenSet() const { return m_humanLoopActivationReasonsHasBeenSet; }
63 inline void SetHumanLoopActivationReasons(const Aws::Vector<Aws::String>& value) { m_humanLoopActivationReasonsHasBeenSet = true; m_humanLoopActivationReasons = value; }
64 inline void SetHumanLoopActivationReasons(Aws::Vector<Aws::String>&& value) { m_humanLoopActivationReasonsHasBeenSet = true; m_humanLoopActivationReasons = std::move(value); }
67 inline HumanLoopActivationOutput& AddHumanLoopActivationReasons(const Aws::String& value) { m_humanLoopActivationReasonsHasBeenSet = true; m_humanLoopActivationReasons.push_back(value); return *this; }
68 inline HumanLoopActivationOutput& AddHumanLoopActivationReasons(Aws::String&& value) { m_humanLoopActivationReasonsHasBeenSet = true; m_humanLoopActivationReasons.push_back(std::move(value)); return *this; }
69 inline HumanLoopActivationOutput& AddHumanLoopActivationReasons(const char* value) { m_humanLoopActivationReasonsHasBeenSet = true; m_humanLoopActivationReasons.push_back(value); return *this; }
71
73
77 inline const Aws::String& GetHumanLoopActivationConditionsEvaluationResults() const{ return m_humanLoopActivationConditionsEvaluationResults; }
78 inline bool HumanLoopActivationConditionsEvaluationResultsHasBeenSet() const { return m_humanLoopActivationConditionsEvaluationResultsHasBeenSet; }
79 inline void SetHumanLoopActivationConditionsEvaluationResults(const Aws::String& value) { m_humanLoopActivationConditionsEvaluationResultsHasBeenSet = true; m_humanLoopActivationConditionsEvaluationResults = value; }
80 inline void SetHumanLoopActivationConditionsEvaluationResults(Aws::String&& value) { m_humanLoopActivationConditionsEvaluationResultsHasBeenSet = true; m_humanLoopActivationConditionsEvaluationResults = std::move(value); }
81 inline void SetHumanLoopActivationConditionsEvaluationResults(const char* value) { m_humanLoopActivationConditionsEvaluationResultsHasBeenSet = true; m_humanLoopActivationConditionsEvaluationResults.assign(value); }
86 private:
87
88 Aws::String m_humanLoopArn;
89 bool m_humanLoopArnHasBeenSet = false;
90
91 Aws::Vector<Aws::String> m_humanLoopActivationReasons;
92 bool m_humanLoopActivationReasonsHasBeenSet = false;
93
94 Aws::String m_humanLoopActivationConditionsEvaluationResults;
95 bool m_humanLoopActivationConditionsEvaluationResultsHasBeenSet = false;
96 };
97
98} // namespace Model
99} // namespace Rekognition
100} // namespace Aws
HumanLoopActivationOutput & WithHumanLoopActivationConditionsEvaluationResults(const char *value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
HumanLoopActivationOutput & AddHumanLoopActivationReasons(const char *value)
AWS_REKOGNITION_API HumanLoopActivationOutput(Aws::Utils::Json::JsonView jsonValue)
HumanLoopActivationOutput & WithHumanLoopActivationConditionsEvaluationResults(Aws::String &&value)
HumanLoopActivationOutput & WithHumanLoopArn(Aws::String &&value)
void SetHumanLoopActivationReasons(const Aws::Vector< Aws::String > &value)
HumanLoopActivationOutput & AddHumanLoopActivationReasons(Aws::String &&value)
const Aws::Vector< Aws::String > & GetHumanLoopActivationReasons() const
void SetHumanLoopActivationReasons(Aws::Vector< Aws::String > &&value)
HumanLoopActivationOutput & WithHumanLoopActivationConditionsEvaluationResults(const Aws::String &value)
HumanLoopActivationOutput & WithHumanLoopArn(const Aws::String &value)
HumanLoopActivationOutput & WithHumanLoopActivationReasons(Aws::Vector< Aws::String > &&value)
HumanLoopActivationOutput & WithHumanLoopArn(const char *value)
HumanLoopActivationOutput & AddHumanLoopActivationReasons(const 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