7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rds/RDS_EXPORTS.h>
103 template <
typename AccountQuotaNameT = Aws::String>
105 m_accountQuotaNameHasBeenSet =
true;
106 m_accountQuotaName = std::forward<AccountQuotaNameT>(value);
108 template <
typename AccountQuotaNameT = Aws::String>
119 inline long long GetUsed()
const {
return m_used; }
122 m_usedHasBeenSet =
true;
135 inline long long GetMax()
const {
return m_max; }
138 m_maxHasBeenSet =
true;
152 bool m_accountQuotaNameHasBeenSet =
false;
153 bool m_usedHasBeenSet =
false;
154 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