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 MissingParameter()
AWS_SIMPLEDB_API MissingParameter & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_SIMPLEDB_API MissingParameter(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SIMPLEDB_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
double GetBoxUsage() const
MissingParameter & WithBoxUsage(double value)
bool BoxUsageHasBeenSet() const
void SetBoxUsage(double value)
std::basic_ostream< char, std::char_traits< char > > OStream