AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Mustache.h
1
6#pragma once
7#include <aws/rekognition/Rekognition_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Rekognition
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_REKOGNITION_API Mustache();
34 AWS_REKOGNITION_API Mustache(Aws::Utils::Json::JsonView jsonValue);
35 AWS_REKOGNITION_API Mustache& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline bool GetValue() const{ return m_value; }
44 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
45 inline void SetValue(bool value) { m_valueHasBeenSet = true; m_value = value; }
46 inline Mustache& WithValue(bool value) { SetValue(value); return *this;}
48
50
53 inline double GetConfidence() const{ return m_confidence; }
54 inline bool ConfidenceHasBeenSet() const { return m_confidenceHasBeenSet; }
55 inline void SetConfidence(double value) { m_confidenceHasBeenSet = true; m_confidence = value; }
56 inline Mustache& WithConfidence(double value) { SetConfidence(value); return *this;}
58 private:
59
60 bool m_value;
61 bool m_valueHasBeenSet = false;
62
63 double m_confidence;
64 bool m_confidenceHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace Rekognition
69} // namespace Aws
Mustache & WithValue(bool value)
Definition Mustache.h:46
void SetConfidence(double value)
Definition Mustache.h:55
AWS_REKOGNITION_API Mustache()
AWS_REKOGNITION_API Mustache & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API Mustache(Aws::Utils::Json::JsonView jsonValue)
Mustache & WithConfidence(double value)
Definition Mustache.h:56
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue