7#include <aws/cloudsearch/CloudSearch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/cloudsearch/model/IndexField.h>
10#include <aws/cloudsearch/model/OptionStatus.h>
66 bool m_optionsHasBeenSet =
false;
69 bool m_statusHasBeenSet =
false;
AWS_CLOUDSEARCH_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_CLOUDSEARCH_API IndexFieldStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetOptions(IndexField &&value)
void SetOptions(const IndexField &value)
AWS_CLOUDSEARCH_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool StatusHasBeenSet() const
bool OptionsHasBeenSet() const
void SetStatus(OptionStatus &&value)
const IndexField & GetOptions() const
IndexFieldStatus & WithStatus(const OptionStatus &value)
const OptionStatus & GetStatus() const
AWS_CLOUDSEARCH_API IndexFieldStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDSEARCH_API IndexFieldStatus()
void SetStatus(const OptionStatus &value)
IndexFieldStatus & WithStatus(OptionStatus &&value)
IndexFieldStatus & WithOptions(const IndexField &value)
IndexFieldStatus & WithOptions(IndexField &&value)
std::basic_ostream< char, std::char_traits< char > > OStream