AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
DetectLabelsImagePropertiesSettings.h
1
6#pragma once
7#include <aws/rekognition/Rekognition_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Rekognition {
17namespace Model {
18
25 public:
26 AWS_REKOGNITION_API DetectLabelsImagePropertiesSettings() = default;
29 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
36 inline int GetMaxDominantColors() const { return m_maxDominantColors; }
37 inline bool MaxDominantColorsHasBeenSet() const { return m_maxDominantColorsHasBeenSet; }
38 inline void SetMaxDominantColors(int value) {
39 m_maxDominantColorsHasBeenSet = true;
40 m_maxDominantColors = value;
41 }
44 return *this;
45 }
47 private:
48 int m_maxDominantColors{0};
49 bool m_maxDominantColorsHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace Rekognition
54} // namespace Aws
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API DetectLabelsImagePropertiesSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API DetectLabelsImagePropertiesSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API DetectLabelsImagePropertiesSettings()=default
Aws::Utils::Json::JsonValue JsonValue