7#include <aws/cloudsearch/CloudSearch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetDefaultValue(
long long value) { m_defaultValueHasBeenSet =
true; m_defaultValue = value; }
63 inline void SetSourceFields(
const char* value) { m_sourceFieldsHasBeenSet =
true; m_sourceFields.assign(value); }
75 inline void SetFacetEnabled(
bool value) { m_facetEnabledHasBeenSet =
true; m_facetEnabled = value; }
85 inline void SetSearchEnabled(
bool value) { m_searchEnabledHasBeenSet =
true; m_searchEnabled = value; }
95 inline void SetReturnEnabled(
bool value) { m_returnEnabledHasBeenSet =
true; m_returnEnabled = value; }
100 long long m_defaultValue;
101 bool m_defaultValueHasBeenSet =
false;
104 bool m_sourceFieldsHasBeenSet =
false;
107 bool m_facetEnabledHasBeenSet =
false;
109 bool m_searchEnabled;
110 bool m_searchEnabledHasBeenSet =
false;
112 bool m_returnEnabled;
113 bool m_returnEnabledHasBeenSet =
false;
AWS_CLOUDSEARCH_API IntArrayOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
IntArrayOptions & WithSourceFields(const char *value)
IntArrayOptions & WithReturnEnabled(bool value)
IntArrayOptions & WithFacetEnabled(bool value)
AWS_CLOUDSEARCH_API IntArrayOptions()
IntArrayOptions & WithSearchEnabled(bool value)
AWS_CLOUDSEARCH_API IntArrayOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
long long GetDefaultValue() const
IntArrayOptions & WithSourceFields(Aws::String &&value)
bool SourceFieldsHasBeenSet() const
void SetReturnEnabled(bool value)
void SetSearchEnabled(bool value)
bool GetFacetEnabled() const
const Aws::String & GetSourceFields() const
bool ReturnEnabledHasBeenSet() const
bool SearchEnabledHasBeenSet() const
void SetFacetEnabled(bool value)
bool GetReturnEnabled() const
void SetSourceFields(const char *value)
bool DefaultValueHasBeenSet() const
void SetDefaultValue(long long value)
bool GetSearchEnabled() const
IntArrayOptions & WithDefaultValue(long long value)
AWS_CLOUDSEARCH_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool FacetEnabledHasBeenSet() const
IntArrayOptions & WithSourceFields(const Aws::String &value)
void SetSourceFields(Aws::String &&value)
AWS_CLOUDSEARCH_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetSourceFields(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream