7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace DatabaseMigrationService
49 inline void SetAccountQuotaName(
const char* value) { m_accountQuotaNameHasBeenSet =
true; m_accountQuotaName.assign(value); }
59 inline long long GetUsed()
const{
return m_used; }
61 inline void SetUsed(
long long value) { m_usedHasBeenSet =
true; m_used = value; }
69 inline long long GetMax()
const{
return m_max; }
71 inline void SetMax(
long long value) { m_maxHasBeenSet =
true; m_max = value; }
77 bool m_accountQuotaNameHasBeenSet =
false;
80 bool m_usedHasBeenSet =
false;
83 bool m_maxHasBeenSet =
false;
long long GetUsed() const
const Aws::String & GetAccountQuotaName() const
AccountQuota & WithMax(long long value)
void SetAccountQuotaName(const Aws::String &value)
AccountQuota & WithUsed(long long value)
void SetAccountQuotaName(Aws::String &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool UsedHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API AccountQuota(Aws::Utils::Json::JsonView jsonValue)
void SetMax(long long value)
AccountQuota & WithAccountQuotaName(const Aws::String &value)
AWS_DATABASEMIGRATIONSERVICE_API AccountQuota()
void SetUsed(long long value)
AWS_DATABASEMIGRATIONSERVICE_API AccountQuota & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MaxHasBeenSet() const
bool AccountQuotaNameHasBeenSet() const
void SetAccountQuotaName(const char *value)
AccountQuota & WithAccountQuotaName(const char *value)
AccountQuota & WithAccountQuotaName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue