7#include <aws/geo-places/GeoPlaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-places/model/Highlight.h>
49 template<
typename CodeT = Aws::Vector<Highlight>>
50 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
51 template<
typename CodeT = Aws::Vector<Highlight>>
53 template<
typename CodeT = Highlight>
64 template<
typename NameT = Aws::Vector<Highlight>>
65 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
66 template<
typename NameT = Aws::Vector<Highlight>>
68 template<
typename NameT = Highlight>
74 bool m_codeHasBeenSet =
false;
77 bool m_nameHasBeenSet =
false;
void SetCode(CodeT &&value)
const Aws::Vector< Highlight > & GetName() const
bool CodeHasBeenSet() const
AWS_GEOPLACES_API SubRegionHighlights()=default
SubRegionHighlights & AddName(NameT &&value)
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
SubRegionHighlights & WithName(NameT &&value)
AWS_GEOPLACES_API SubRegionHighlights(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOPLACES_API SubRegionHighlights & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Highlight > & GetCode() const
SubRegionHighlights & AddCode(CodeT &&value)
bool NameHasBeenSet() const
SubRegionHighlights & WithCode(CodeT &&value)
void SetName(NameT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue