7#include <aws/geo-places/GeoPlaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetStartIndex(
int value) { m_startIndexHasBeenSet =
true; m_startIndex = value; }
57 inline void SetEndIndex(
int value) { m_endIndexHasBeenSet =
true; m_endIndex = value; }
67 template<
typename ValueT = Aws::String>
68 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
69 template<
typename ValueT = Aws::String>
75 bool m_startIndexHasBeenSet =
false;
78 bool m_endIndexHasBeenSet =
false;
81 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