7#include <aws/connect-contact-lens/ConnectContactLens_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connect-contact-lens/model/PointOfInterest.h>
22namespace ConnectContactLens
48 template<
typename Po
intsOfInterestT = Aws::Vector<Po
intOfInterest>>
49 void SetPointsOfInterest(PointsOfInterestT&& value) { m_pointsOfInterestHasBeenSet =
true; m_pointsOfInterest = std::forward<PointsOfInterestT>(value); }
50 template<
typename Po
intsOfInterestT = Aws::Vector<Po
intOfInterest>>
52 template<
typename Po
intsOfInterestT = Po
intOfInterest>
53 CategoryDetails&
AddPointsOfInterest(PointsOfInterestT&& value) { m_pointsOfInterestHasBeenSet =
true; m_pointsOfInterest.emplace_back(std::forward<PointsOfInterestT>(value));
return *
this; }
58 bool m_pointsOfInterestHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue