7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/GroundTruthManifest.h>
19namespace Rekognition {
31 AWS_REKOGNITION_API
Asset() =
default;
40 template <
typename GroundTruthManifestT = GroundTruthManifest>
42 m_groundTruthManifestHasBeenSet =
true;
43 m_groundTruthManifest = std::forward<GroundTruthManifestT>(value);
45 template <
typename GroundTruthManifestT = GroundTruthManifest>
53 bool m_groundTruthManifestHasBeenSet =
false;
bool GroundTruthManifestHasBeenSet() const
const GroundTruthManifest & GetGroundTruthManifest() const
void SetGroundTruthManifest(GroundTruthManifestT &&value)
AWS_REKOGNITION_API Asset()=default
AWS_REKOGNITION_API Asset & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API Asset(Aws::Utils::Json::JsonView jsonValue)
Asset & WithGroundTruthManifest(GroundTruthManifestT &&value)
Aws::Utils::Json::JsonValue JsonValue