7#include <aws/cloudsearch/CloudSearch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/cloudsearch/model/Expression.h>
10#include <aws/cloudsearch/model/OptionStatus.h>
51 template<
typename OptionsT = Expression>
52 void SetOptions(OptionsT&& value) { m_optionsHasBeenSet =
true; m_options = std::forward<OptionsT>(value); }
53 template<
typename OptionsT = Expression>
61 template<
typename StatusT = OptionStatus>
62 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
63 template<
typename StatusT = OptionStatus>
69 bool m_optionsHasBeenSet =
false;
72 bool m_statusHasBeenSet =
false;
AWS_CLOUDSEARCH_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetStatus(StatusT &&value)
const Expression & GetOptions() const
bool OptionsHasBeenSet() const
bool StatusHasBeenSet() const
AWS_CLOUDSEARCH_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ExpressionStatus & WithOptions(OptionsT &&value)
AWS_CLOUDSEARCH_API ExpressionStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDSEARCH_API ExpressionStatus()=default
AWS_CLOUDSEARCH_API ExpressionStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
ExpressionStatus & WithStatus(StatusT &&value)
const OptionStatus & GetStatus() const
void SetOptions(OptionsT &&value)
std::basic_ostream< char, std::char_traits< char > > OStream