7#include <aws/lookoutvision/LookoutforVision_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LookoutforVision
48 inline void SetTotalPercentageArea(
double value) { m_totalPercentageAreaHasBeenSet =
true; m_totalPercentageArea = value; }
62 inline void SetColor(
const char* value) { m_colorHasBeenSet =
true; m_color.assign(value); }
69 double m_totalPercentageArea;
70 bool m_totalPercentageAreaHasBeenSet =
false;
73 bool m_colorHasBeenSet =
false;
void SetColor(const char *value)
bool TotalPercentageAreaHasBeenSet() const
bool ColorHasBeenSet() const
AWS_LOOKOUTFORVISION_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetColor() const
void SetColor(Aws::String &&value)
AWS_LOOKOUTFORVISION_API PixelAnomaly & operator=(Aws::Utils::Json::JsonView jsonValue)
PixelAnomaly & WithColor(const Aws::String &value)
PixelAnomaly & WithColor(Aws::String &&value)
AWS_LOOKOUTFORVISION_API PixelAnomaly(Aws::Utils::Json::JsonView jsonValue)
double GetTotalPercentageArea() const
void SetColor(const Aws::String &value)
PixelAnomaly & WithColor(const char *value)
void SetTotalPercentageArea(double value)
PixelAnomaly & WithTotalPercentageArea(double value)
AWS_LOOKOUTFORVISION_API PixelAnomaly()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue