7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-places/GeoPlaces_EXPORTS.h>
42 m_startIndexHasBeenSet =
true;
58 m_endIndexHasBeenSet =
true;
73 template <
typename ValueT = Aws::String>
75 m_valueHasBeenSet =
true;
76 m_value = std::forward<ValueT>(value);
78 template <
typename ValueT = Aws::String>
80 SetValue(std::forward<ValueT>(value));
90 bool m_startIndexHasBeenSet =
false;
91 bool m_endIndexHasBeenSet =
false;
92 bool m_valueHasBeenSet =
false;
AWS_GEOPLACES_API Highlight & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
void SetEndIndex(int value)
AWS_GEOPLACES_API Highlight()=default
AWS_GEOPLACES_API Highlight(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
int GetStartIndex() const
Highlight & WithStartIndex(int value)
bool EndIndexHasBeenSet() const
bool ValueHasBeenSet() const
const Aws::String & GetValue() const
Highlight & WithEndIndex(int value)
Highlight & WithValue(ValueT &&value)
bool StartIndexHasBeenSet() const
void SetStartIndex(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue