7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
9#include <aws/rekognition/model/GroundTruthManifest.h>
20namespace Rekognition {
47 template <
typename GroundTruthManifestT = GroundTruthManifest>
49 m_groundTruthManifestHasBeenSet =
true;
50 m_groundTruthManifest = std::forward<GroundTruthManifestT>(value);
52 template <
typename GroundTruthManifestT = GroundTruthManifest>
66 template <
typename DatasetArnT = Aws::String>
68 m_datasetArnHasBeenSet =
true;
69 m_datasetArn = std::forward<DatasetArnT>(value);
71 template <
typename DatasetArnT = Aws::String>
79 bool m_groundTruthManifestHasBeenSet =
false;
82 bool m_datasetArnHasBeenSet =
false;
AWS_REKOGNITION_API DatasetSource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDatasetArn() const
AWS_REKOGNITION_API DatasetSource()=default
AWS_REKOGNITION_API DatasetSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDatasetArn(DatasetArnT &&value)
const GroundTruthManifest & GetGroundTruthManifest() const
void SetGroundTruthManifest(GroundTruthManifestT &&value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
DatasetSource & WithGroundTruthManifest(GroundTruthManifestT &&value)
bool DatasetArnHasBeenSet() const
bool GroundTruthManifestHasBeenSet() const
DatasetSource & WithDatasetArn(DatasetArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue