7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/DetectLabelsImagePropertiesSettings.h>
9#include <aws/rekognition/model/GeneralLabelsSettings.h>
20namespace Rekognition {
45 template <
typename GeneralLabelsT = GeneralLabelsSettings>
47 m_generalLabelsHasBeenSet =
true;
48 m_generalLabels = std::forward<GeneralLabelsT>(value);
50 template <
typename GeneralLabelsT = GeneralLabelsSettings>
63 template <
typename ImagePropertiesT = DetectLabelsImagePropertiesSettings>
65 m_imagePropertiesHasBeenSet =
true;
66 m_imageProperties = std::forward<ImagePropertiesT>(value);
68 template <
typename ImagePropertiesT = DetectLabelsImagePropertiesSettings>
78 bool m_generalLabelsHasBeenSet =
false;
79 bool m_imagePropertiesHasBeenSet =
false;
const GeneralLabelsSettings & GetGeneralLabels() const
DetectLabelsSettings & WithGeneralLabels(GeneralLabelsT &&value)
AWS_REKOGNITION_API DetectLabelsSettings()=default
AWS_REKOGNITION_API DetectLabelsSettings(Aws::Utils::Json::JsonView jsonValue)
void SetGeneralLabels(GeneralLabelsT &&value)
AWS_REKOGNITION_API DetectLabelsSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
bool GeneralLabelsHasBeenSet() const
void SetImageProperties(ImagePropertiesT &&value)
DetectLabelsSettings & WithImageProperties(ImagePropertiesT &&value)
bool ImagePropertiesHasBeenSet() const
const DetectLabelsImagePropertiesSettings & GetImageProperties() const
Aws::Utils::Json::JsonValue JsonValue