AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DatasetSource.h
1
6#pragma once
7#include <aws/lookoutvision/LookoutforVision_EXPORTS.h>
8#include <aws/lookoutvision/model/DatasetGroundTruthManifest.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 LookoutforVision
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_LOOKOUTFORVISION_API DatasetSource();
36 AWS_LOOKOUTFORVISION_API DatasetSource(Aws::Utils::Json::JsonView jsonValue);
37 AWS_LOOKOUTFORVISION_API DatasetSource& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_LOOKOUTFORVISION_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const DatasetGroundTruthManifest& GetGroundTruthManifest() const{ return m_groundTruthManifest; }
46 inline bool GroundTruthManifestHasBeenSet() const { return m_groundTruthManifestHasBeenSet; }
47 inline void SetGroundTruthManifest(const DatasetGroundTruthManifest& value) { m_groundTruthManifestHasBeenSet = true; m_groundTruthManifest = value; }
48 inline void SetGroundTruthManifest(DatasetGroundTruthManifest&& value) { m_groundTruthManifestHasBeenSet = true; m_groundTruthManifest = std::move(value); }
52 private:
53
54 DatasetGroundTruthManifest m_groundTruthManifest;
55 bool m_groundTruthManifestHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace LookoutforVision
60} // namespace Aws
DatasetSource & WithGroundTruthManifest(DatasetGroundTruthManifest &&value)
AWS_LOOKOUTFORVISION_API DatasetSource()
AWS_LOOKOUTFORVISION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroundTruthManifest(DatasetGroundTruthManifest &&value)
DatasetSource & WithGroundTruthManifest(const DatasetGroundTruthManifest &value)
AWS_LOOKOUTFORVISION_API DatasetSource(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTFORVISION_API DatasetSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGroundTruthManifest(const DatasetGroundTruthManifest &value)
const DatasetGroundTruthManifest & GetGroundTruthManifest() const
Aws::Utils::Json::JsonValue JsonValue