7#include <aws/connect-contact-lens/ConnectContactLens_EXPORTS.h>
8#include <aws/connect-contact-lens/model/PointOfInterest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace ConnectContactLens {
43 template <
typename ContentT = Aws::String>
45 m_contentHasBeenSet =
true;
46 m_content = std::forward<ContentT>(value);
48 template <
typename ContentT = Aws::String>
62 template <
typename Po
intsOfInterestT = Aws::Vector<Po
intOfInterest>>
64 m_pointsOfInterestHasBeenSet =
true;
65 m_pointsOfInterest = std::forward<PointsOfInterestT>(value);
67 template <
typename Po
intsOfInterestT = Aws::Vector<Po
intOfInterest>>
72 template <
typename Po
intsOfInterestT = Po
intOfInterest>
74 m_pointsOfInterestHasBeenSet =
true;
75 m_pointsOfInterest.emplace_back(std::forward<PointsOfInterestT>(value));
83 bool m_contentHasBeenSet =
false;
84 bool m_pointsOfInterestHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue