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>
77 bool m_boundingBoxHasBeenSet =
false;
80 bool m_polygonHasBeenSet =
false;
const Aws::Vector< Point > & GetPolygon() const
RegionOfInterest & WithBoundingBox(BoundingBox &&value)
AWS_REKOGNITION_API RegionOfInterest()
RegionOfInterest & AddPolygon(Point &&value)
void SetPolygon(const Aws::Vector< Point > &value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBoundingBox(BoundingBox &&value)
bool BoundingBoxHasBeenSet() const
void SetBoundingBox(const BoundingBox &value)
void SetPolygon(Aws::Vector< Point > &&value)
RegionOfInterest & WithBoundingBox(const BoundingBox &value)
RegionOfInterest & WithPolygon(Aws::Vector< Point > &&value)
AWS_REKOGNITION_API RegionOfInterest & operator=(Aws::Utils::Json::JsonView jsonValue)
RegionOfInterest & AddPolygon(const Point &value)
RegionOfInterest & WithPolygon(const Aws::Vector< Point > &value)
const BoundingBox & GetBoundingBox() const
AWS_REKOGNITION_API RegionOfInterest(Aws::Utils::Json::JsonView jsonValue)
bool PolygonHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue