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; }
60 template<
typename ColorT = Aws::String>
61 void SetColor(ColorT&& value) { m_colorHasBeenSet =
true; m_color = std::forward<ColorT>(value); }
62 template<
typename ColorT = Aws::String>
67 double m_totalPercentageArea{0.0};
68 bool m_totalPercentageAreaHasBeenSet =
false;
71 bool m_colorHasBeenSet =
false;
bool TotalPercentageAreaHasBeenSet() const
bool ColorHasBeenSet() const
PixelAnomaly & WithColor(ColorT &&value)
AWS_LOOKOUTFORVISION_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetColor() const
AWS_LOOKOUTFORVISION_API PixelAnomaly & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetColor(ColorT &&value)
AWS_LOOKOUTFORVISION_API PixelAnomaly(Aws::Utils::Json::JsonView jsonValue)
double GetTotalPercentageArea() const
void SetTotalPercentageArea(double value)
PixelAnomaly & WithTotalPercentageArea(double value)
AWS_LOOKOUTFORVISION_API PixelAnomaly()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue