7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/Array.h>
57 template<
typename GroundTruthT = Aws::Utils::ByteBuffer>
58 void SetGroundTruth(GroundTruthT&& value) { m_groundTruthHasBeenSet =
true; m_groundTruth = std::forward<GroundTruthT>(value); }
59 template<
typename GroundTruthT = Aws::Utils::ByteBuffer>
65 bool m_groundTruthHasBeenSet =
false;
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroundTruth(GroundTruthT &&value)
DatasetChanges & WithGroundTruth(GroundTruthT &&value)
AWS_REKOGNITION_API DatasetChanges & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GroundTruthHasBeenSet() const
AWS_REKOGNITION_API DatasetChanges()=default
const Aws::Utils::ByteBuffer & GetGroundTruth() const
AWS_REKOGNITION_API DatasetChanges(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue