7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/GroundTruthManifest.h>
36 AWS_REKOGNITION_API
Asset() =
default;
46 template<
typename GroundTruthManifestT = GroundTruthManifest>
47 void SetGroundTruthManifest(GroundTruthManifestT&& value) { m_groundTruthManifestHasBeenSet =
true; m_groundTruthManifest = std::forward<GroundTruthManifestT>(value); }
48 template<
typename GroundTruthManifestT = GroundTruthManifest>
54 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