46 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
47 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
57 inline void SetDefaultValue(
long long value) { m_defaultValueHasBeenSet =
true; m_defaultValue = value; }
82 inline void SetSourceFields(
const char* value) { m_sourceFieldsHasBeenSet =
true; m_sourceFields.assign(value); }
107 inline void SetFacetEnabled(
bool value) { m_facetEnabledHasBeenSet =
true; m_facetEnabled = value; }
122 inline void SetSearchEnabled(
bool value) { m_searchEnabledHasBeenSet =
true; m_searchEnabled = value; }
137 inline void SetReturnEnabled(
bool value) { m_returnEnabledHasBeenSet =
true; m_returnEnabled = value; }
145 long long m_defaultValue;
146 bool m_defaultValueHasBeenSet;
148 bool m_sourceFieldsHasBeenSet;
150 bool m_facetEnabledHasBeenSet;
151 bool m_searchEnabled;
152 bool m_searchEnabledHasBeenSet;
153 bool m_returnEnabled;
154 bool m_returnEnabledHasBeenSet;
long long GetDefaultValue() const
void SetDefaultValue(long long value)
void SetReturnEnabled(bool value)
void SetSourceFields(Aws::String &&value)
IntArrayOptions & WithDefaultValue(long long value)
void SetSearchEnabled(bool value)
bool GetReturnEnabled() const
IntArrayOptions & WithSourceFields(const Aws::String &value)
void SetSourceFields(const char *value)
IntArrayOptions & WithSourceFields(const char *value)
void SetFacetEnabled(bool value)
std::basic_ostream< char, std::char_traits< char > > OStream
bool GetSearchEnabled() const
IntArrayOptions & WithSourceFields(Aws::String &&value)
void SetSourceFields(const Aws::String &value)
IntArrayOptions & WithSearchEnabled(bool value)
IntArrayOptions & WithFacetEnabled(bool value)
#define AWS_CLOUDSEARCH_API
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
bool GetFacetEnabled() const
IntArrayOptions & WithReturnEnabled(bool value)
JSON (JavaScript Object Notation).
const Aws::String & GetSourceFields() const