7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/DetectLabelsImageQuality.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rekognition/model/DetectLabelsImageForeground.h>
11#include <aws/rekognition/model/DetectLabelsImageBackground.h>
12#include <aws/rekognition/model/DominantColor.h>
106 bool m_qualityHasBeenSet =
false;
109 bool m_dominantColorsHasBeenSet =
false;
112 bool m_foregroundHasBeenSet =
false;
115 bool m_backgroundHasBeenSet =
false;
AWS_REKOGNITION_API DetectLabelsImageProperties(Aws::Utils::Json::JsonView jsonValue)
const DetectLabelsImageBackground & GetBackground() const
void SetForeground(const DetectLabelsImageForeground &value)
DetectLabelsImageProperties & WithDominantColors(const Aws::Vector< DominantColor > &value)
const DetectLabelsImageQuality & GetQuality() const
void SetQuality(DetectLabelsImageQuality &&value)
AWS_REKOGNITION_API DetectLabelsImageProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetQuality(const DetectLabelsImageQuality &value)
DetectLabelsImageProperties & WithForeground(DetectLabelsImageForeground &&value)
DetectLabelsImageProperties & WithForeground(const DetectLabelsImageForeground &value)
void SetBackground(const DetectLabelsImageBackground &value)
const Aws::Vector< DominantColor > & GetDominantColors() const
DetectLabelsImageProperties & WithBackground(const DetectLabelsImageBackground &value)
AWS_REKOGNITION_API DetectLabelsImageProperties()
DetectLabelsImageProperties & AddDominantColors(const DominantColor &value)
DetectLabelsImageProperties & WithBackground(DetectLabelsImageBackground &&value)
DetectLabelsImageProperties & AddDominantColors(DominantColor &&value)
void SetDominantColors(const Aws::Vector< DominantColor > &value)
void SetDominantColors(Aws::Vector< DominantColor > &&value)
void SetForeground(DetectLabelsImageForeground &&value)
const DetectLabelsImageForeground & GetForeground() const
bool QualityHasBeenSet() const
bool BackgroundHasBeenSet() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
DetectLabelsImageProperties & WithDominantColors(Aws::Vector< DominantColor > &&value)
bool ForegroundHasBeenSet() const
DetectLabelsImageProperties & WithQuality(DetectLabelsImageQuality &&value)
bool DominantColorsHasBeenSet() const
void SetBackground(DetectLabelsImageBackground &&value)
DetectLabelsImageProperties & WithQuality(const DetectLabelsImageQuality &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue