AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetGroundTruth(const Aws::Utils::ByteBuffer& value) { m_groundTruthHasBeenSet = true; m_groundTruth = value; }
58 inline void SetGroundTruth(Aws::Utils::ByteBuffer&& value) { m_groundTruthHasBeenSet = true; m_groundTruth = std::move(value); }
59 inline DatasetChanges& WithGroundTruth(const Aws::Utils::ByteBuffer& value) { SetGroundTruth(value); return *this;}
60 inline DatasetChanges& WithGroundTruth(Aws::Utils::ByteBuffer&& value) { SetGroundTruth(std::move(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
DatasetChanges & WithGroundTruth(const Aws::Utils::ByteBuffer &value)
DatasetChanges & WithGroundTruth(Aws::Utils::ByteBuffer &&value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroundTruth(const Aws::Utils::ByteBuffer &value)
AWS_REKOGNITION_API DatasetChanges & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGroundTruth(Aws::Utils::ByteBuffer &&value)
const Aws::Utils::ByteBuffer & GetGroundTruth() const
AWS_REKOGNITION_API DatasetChanges(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue