7#include <aws/sdb/SimpleDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
45 inline void SetBoxUsage(
double value) { m_boxUsageHasBeenSet =
true; m_boxUsage = value; }
51 bool m_boxUsageHasBeenSet =
false;
AWS_SIMPLEDB_API InvalidNumberPredicates(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool BoxUsageHasBeenSet() const
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetBoxUsage(double value)
double GetBoxUsage() const
AWS_SIMPLEDB_API InvalidNumberPredicates & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
InvalidNumberPredicates & WithBoxUsage(double value)
AWS_SIMPLEDB_API InvalidNumberPredicates()
std::basic_ostream< char, std::char_traits< char > > OStream