7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
109 template<
typename AccountQuotaNameT = Aws::String>
110 void SetAccountQuotaName(AccountQuotaNameT&& value) { m_accountQuotaNameHasBeenSet =
true; m_accountQuotaName = std::forward<AccountQuotaNameT>(value); }
111 template<
typename AccountQuotaNameT = Aws::String>
119 inline long long GetUsed()
const {
return m_used; }
121 inline void SetUsed(
long long value) { m_usedHasBeenSet =
true; m_used = value; }
129 inline long long GetMax()
const {
return m_max; }
131 inline void SetMax(
long long value) { m_maxHasBeenSet =
true; m_max = value; }
137 bool m_accountQuotaNameHasBeenSet =
false;
140 bool m_usedHasBeenSet =
false;
143 bool m_maxHasBeenSet =
false;
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool MaxHasBeenSet() const
AccountQuota & WithUsed(long long value)
void SetAccountQuotaName(AccountQuotaNameT &&value)
bool UsedHasBeenSet() const
void SetMax(long long value)
void SetUsed(long long value)
long long GetUsed() const
AWS_RDS_API AccountQuota & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API AccountQuota(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AccountQuota & WithAccountQuotaName(AccountQuotaNameT &&value)
bool AccountQuotaNameHasBeenSet() const
const Aws::String & GetAccountQuotaName() const
AWS_RDS_API AccountQuota()=default
AccountQuota & WithMax(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream