7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 inline void SetMinConfidence(
double value) { m_minConfidenceHasBeenSet =
true; m_minConfidence = value; }
72 bool m_labelsHasBeenSet =
false;
74 double m_minConfidence;
75 bool m_minConfidenceHasBeenSet =
false;
ConnectedHomeSettingsForUpdate & WithLabels(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetLabels() const
double GetMinConfidence() const
ConnectedHomeSettingsForUpdate & AddLabels(const Aws::String &value)
ConnectedHomeSettingsForUpdate & AddLabels(const char *value)
AWS_REKOGNITION_API ConnectedHomeSettingsForUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLabels(const Aws::Vector< Aws::String > &value)
ConnectedHomeSettingsForUpdate & WithLabels(Aws::Vector< Aws::String > &&value)
ConnectedHomeSettingsForUpdate & AddLabels(Aws::String &&value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API ConnectedHomeSettingsForUpdate()
bool MinConfidenceHasBeenSet() const
void SetLabels(Aws::Vector< Aws::String > &&value)
bool LabelsHasBeenSet() const
void SetMinConfidence(double value)
ConnectedHomeSettingsForUpdate & WithMinConfidence(double value)
AWS_REKOGNITION_API ConnectedHomeSettingsForUpdate(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue