28 namespace DatabaseMigrationService
63 inline void SetAccountQuotaName(
const char* value) { m_accountQuotaNameHasBeenSet =
true; m_accountQuotaName.assign(value); }
83 inline long long GetUsed()
const{
return m_used; }
88 inline void SetUsed(
long long value) { m_usedHasBeenSet =
true; m_used = value; }
98 inline long long GetMax()
const{
return m_max; }
103 inline void SetMax(
long long value) { m_maxHasBeenSet =
true; m_max = value; }
112 bool m_accountQuotaNameHasBeenSet;
114 bool m_usedHasBeenSet;
116 bool m_maxHasBeenSet;
AccountQuota & WithAccountQuotaName(const Aws::String &value)
AccountQuota & WithMax(long long value)
#define AWS_DATABASEMIGRATIONSERVICE_API
void SetUsed(long long value)
AccountQuota & WithUsed(long long value)
AccountQuota & WithAccountQuotaName(const char *value)
void SetAccountQuotaName(const Aws::String &value)
void SetAccountQuotaName(Aws::String &&value)
long long GetUsed() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetMax(long long value)
AccountQuota & WithAccountQuotaName(Aws::String &&value)
const Aws::String & GetAccountQuotaName() const
void SetAccountQuotaName(const char *value)
JSON (JavaScript Object Notation).