AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DatasetChanges.h
1
6#pragma once
7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Rekognition
22{
23namespace Model
24{
25
37 {
38 public:
39 AWS_REKOGNITION_API DatasetChanges() = default;
40 AWS_REKOGNITION_API DatasetChanges(Aws::Utils::Json::JsonView jsonValue);
41 AWS_REKOGNITION_API DatasetChanges& operator=(Aws::Utils::Json::JsonView jsonValue);
42 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
55 inline const Aws::Utils::ByteBuffer& GetGroundTruth() const { return m_groundTruth; }
56 inline bool GroundTruthHasBeenSet() const { return m_groundTruthHasBeenSet; }
57 template<typename GroundTruthT = Aws::Utils::ByteBuffer>
58 void SetGroundTruth(GroundTruthT&& value) { m_groundTruthHasBeenSet = true; m_groundTruth = std::forward<GroundTruthT>(value); }
59 template<typename GroundTruthT = Aws::Utils::ByteBuffer>
60 DatasetChanges& WithGroundTruth(GroundTruthT&& value) { SetGroundTruth(std::forward<GroundTruthT>(value)); return *this;}
62 private:
63
64 Aws::Utils::ByteBuffer m_groundTruth{};
65 bool m_groundTruthHasBeenSet = false;
66 };
67
68} // namespace Model
69} // namespace Rekognition
70} // namespace Aws
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroundTruth(GroundTruthT &&value)
DatasetChanges & WithGroundTruth(GroundTruthT &&value)
AWS_REKOGNITION_API DatasetChanges & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API DatasetChanges()=default
const Aws::Utils::ByteBuffer & GetGroundTruth() const
AWS_REKOGNITION_API DatasetChanges(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue