AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
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 template<typename HumanLoopArnT = Aws::String>
50 void SetHumanLoopArn(HumanLoopArnT&& value) { m_humanLoopArnHasBeenSet = true; m_humanLoopArn = std::forward<HumanLoopArnT>(value); }
51 template<typename HumanLoopArnT = Aws::String>
52 HumanLoopActivationOutput& WithHumanLoopArn(HumanLoopArnT&& value) { SetHumanLoopArn(std::forward<HumanLoopArnT>(value)); return *this;}
54
56
59 inline const Aws::Vector<Aws::String>& GetHumanLoopActivationReasons() const { return m_humanLoopActivationReasons; }
60 inline bool HumanLoopActivationReasonsHasBeenSet() const { return m_humanLoopActivationReasonsHasBeenSet; }
61 template<typename HumanLoopActivationReasonsT = Aws::Vector<Aws::String>>
62 void SetHumanLoopActivationReasons(HumanLoopActivationReasonsT&& value) { m_humanLoopActivationReasonsHasBeenSet = true; m_humanLoopActivationReasons = std::forward<HumanLoopActivationReasonsT>(value); }
63 template<typename HumanLoopActivationReasonsT = Aws::Vector<Aws::String>>
64 HumanLoopActivationOutput& WithHumanLoopActivationReasons(HumanLoopActivationReasonsT&& value) { SetHumanLoopActivationReasons(std::forward<HumanLoopActivationReasonsT>(value)); return *this;}
65 template<typename HumanLoopActivationReasonsT = Aws::String>
66 HumanLoopActivationOutput& AddHumanLoopActivationReasons(HumanLoopActivationReasonsT&& value) { m_humanLoopActivationReasonsHasBeenSet = true; m_humanLoopActivationReasons.emplace_back(std::forward<HumanLoopActivationReasonsT>(value)); return *this; }
68
70
74 inline const Aws::String& GetHumanLoopActivationConditionsEvaluationResults() const { return m_humanLoopActivationConditionsEvaluationResults; }
75 inline bool HumanLoopActivationConditionsEvaluationResultsHasBeenSet() const { return m_humanLoopActivationConditionsEvaluationResultsHasBeenSet; }
76 template<typename HumanLoopActivationConditionsEvaluationResultsT = Aws::String>
77 void SetHumanLoopActivationConditionsEvaluationResults(HumanLoopActivationConditionsEvaluationResultsT&& value) { m_humanLoopActivationConditionsEvaluationResultsHasBeenSet = true; m_humanLoopActivationConditionsEvaluationResults = std::forward<HumanLoopActivationConditionsEvaluationResultsT>(value); }
78 template<typename HumanLoopActivationConditionsEvaluationResultsT = Aws::String>
79 HumanLoopActivationOutput& WithHumanLoopActivationConditionsEvaluationResults(HumanLoopActivationConditionsEvaluationResultsT&& value) { SetHumanLoopActivationConditionsEvaluationResults(std::forward<HumanLoopActivationConditionsEvaluationResultsT>(value)); return *this;}
81 private:
82
83 Aws::String m_humanLoopArn;
84 bool m_humanLoopArnHasBeenSet = false;
85
86 Aws::Vector<Aws::String> m_humanLoopActivationReasons;
87 bool m_humanLoopActivationReasonsHasBeenSet = false;
88
89 Aws::String m_humanLoopActivationConditionsEvaluationResults;
90 bool m_humanLoopActivationConditionsEvaluationResultsHasBeenSet = false;
91 };
92
93} // namespace Model
94} // namespace Rekognition
95} // namespace Aws
HumanLoopActivationOutput & WithHumanLoopActivationConditionsEvaluationResults(HumanLoopActivationConditionsEvaluationResultsT &&value)
HumanLoopActivationOutput & AddHumanLoopActivationReasons(HumanLoopActivationReasonsT &&value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API HumanLoopActivationOutput(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetHumanLoopActivationReasons() const
HumanLoopActivationOutput & WithHumanLoopArn(HumanLoopArnT &&value)
void SetHumanLoopActivationConditionsEvaluationResults(HumanLoopActivationConditionsEvaluationResultsT &&value)
void SetHumanLoopActivationReasons(HumanLoopActivationReasonsT &&value)
AWS_REKOGNITION_API HumanLoopActivationOutput()=default
AWS_REKOGNITION_API HumanLoopActivationOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetHumanLoopActivationConditionsEvaluationResults() const
HumanLoopActivationOutput & WithHumanLoopActivationReasons(HumanLoopActivationReasonsT &&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