AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Asset.h
1
6#pragma once
7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/GroundTruthManifest.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
33 class Asset
34 {
35 public:
36 AWS_REKOGNITION_API Asset();
37 AWS_REKOGNITION_API Asset(Aws::Utils::Json::JsonView jsonValue);
38 AWS_REKOGNITION_API Asset& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
44 inline const GroundTruthManifest& GetGroundTruthManifest() const{ return m_groundTruthManifest; }
45 inline bool GroundTruthManifestHasBeenSet() const { return m_groundTruthManifestHasBeenSet; }
46 inline void SetGroundTruthManifest(const GroundTruthManifest& value) { m_groundTruthManifestHasBeenSet = true; m_groundTruthManifest = value; }
47 inline void SetGroundTruthManifest(GroundTruthManifest&& value) { m_groundTruthManifestHasBeenSet = true; m_groundTruthManifest = std::move(value); }
48 inline Asset& WithGroundTruthManifest(const GroundTruthManifest& value) { SetGroundTruthManifest(value); return *this;}
49 inline Asset& WithGroundTruthManifest(GroundTruthManifest&& value) { SetGroundTruthManifest(std::move(value)); return *this;}
51 private:
52
53 GroundTruthManifest m_groundTruthManifest;
54 bool m_groundTruthManifestHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace Rekognition
59} // namespace Aws
bool GroundTruthManifestHasBeenSet() const
Definition Asset.h:45
const GroundTruthManifest & GetGroundTruthManifest() const
Definition Asset.h:44
Asset & WithGroundTruthManifest(const GroundTruthManifest &value)
Definition Asset.h:48
void SetGroundTruthManifest(const GroundTruthManifest &value)
Definition Asset.h:46
void SetGroundTruthManifest(GroundTruthManifest &&value)
Definition Asset.h:47
AWS_REKOGNITION_API Asset()
AWS_REKOGNITION_API Asset & operator=(Aws::Utils::Json::JsonView jsonValue)
Asset & WithGroundTruthManifest(GroundTruthManifest &&value)
Definition Asset.h:49
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API Asset(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue