7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/BoundingBox.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rekognition/model/Point.h>
67 inline Geometry&
AddPolygon(
Point&& value) { m_polygonHasBeenSet =
true; m_polygon.push_back(std::move(value));
return *
this; }
72 bool m_boundingBoxHasBeenSet =
false;
75 bool m_polygonHasBeenSet =
false;
void SetBoundingBox(const BoundingBox &value)
AWS_REKOGNITION_API Geometry & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BoundingBoxHasBeenSet() const
const BoundingBox & GetBoundingBox() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API Geometry()
Geometry & WithPolygon(Aws::Vector< Point > &&value)
AWS_REKOGNITION_API Geometry(Aws::Utils::Json::JsonView jsonValue)
Geometry & AddPolygon(const Point &value)
Geometry & WithBoundingBox(const BoundingBox &value)
bool PolygonHasBeenSet() const
void SetBoundingBox(BoundingBox &&value)
void SetPolygon(Aws::Vector< Point > &&value)
void SetPolygon(const Aws::Vector< Point > &value)
Geometry & AddPolygon(Point &&value)
Geometry & WithBoundingBox(BoundingBox &&value)
const Aws::Vector< Point > & GetPolygon() const
Geometry & WithPolygon(const Aws::Vector< Point > &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue