7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/GroundTruthManifest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename GroundTruthManifestT = GroundTruthManifest>
54 void SetGroundTruthManifest(GroundTruthManifestT&& value) { m_groundTruthManifestHasBeenSet =
true; m_groundTruthManifest = std::forward<GroundTruthManifestT>(value); }
55 template<
typename GroundTruthManifestT = GroundTruthManifest>
66 template<
typename DatasetArnT = Aws::String>
67 void SetDatasetArn(DatasetArnT&& value) { m_datasetArnHasBeenSet =
true; m_datasetArn = std::forward<DatasetArnT>(value); }
68 template<
typename DatasetArnT = Aws::String>
74 bool m_groundTruthManifestHasBeenSet =
false;
77 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