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