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