30 namespace CloudSearchDomain
49 inline long long GetFound()
const{
return m_found; }
54 inline void SetFound(
long long value) { m_foundHasBeenSet =
true; m_found = value; }
59 inline Hits&
WithFound(
long long value) { SetFound(value);
return *
this;}
64 inline long long GetStart()
const{
return m_start; }
69 inline void SetStart(
long long value) { m_startHasBeenSet =
true; m_start = value; }
74 inline Hits&
WithStart(
long long value) { SetStart(value);
return *
this;}
98 inline void SetCursor(
const char* value) { m_cursorHasBeenSet =
true; m_cursor.assign(value); }
146 inline Hits&
AddHit(
const Hit& value) { m_hitHasBeenSet =
true; m_hit.push_back(value);
return *
this; }
151 inline Hits&
AddHit(
Hit&& value) { m_hitHasBeenSet =
true; m_hit.push_back(value);
return *
this; }
155 bool m_foundHasBeenSet;
157 bool m_startHasBeenSet;
159 bool m_cursorHasBeenSet;
161 bool m_hitHasBeenSet;
Hits & AddHit(Hit &&value)
Hits & WithStart(long long value)
void SetHit(const Aws::Vector< Hit > &value)
Hits & WithFound(long long value)
const Aws::Vector< Hit > & GetHit() const
void SetStart(long long value)
Hits & WithHit(Aws::Vector< Hit > &&value)
std::vector< T, Aws::Allocator< T > > Vector
long long GetStart() const
Hits & WithCursor(const Aws::String &value)
void SetCursor(const Aws::String &value)
void SetFound(long long value)
Hits & WithCursor(const char *value)
void SetHit(Aws::Vector< Hit > &&value)
long long GetFound() const
#define AWS_CLOUDSEARCHDOMAIN_API
void SetCursor(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::String & GetCursor() const
Hits & WithHit(const Aws::Vector< Hit > &value)
void SetCursor(Aws::String &&value)
Hits & AddHit(const Hit &value)
JSON (JavaScript Object Notation).
Hits & WithCursor(Aws::String &&value)