7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace DatabaseMigrationService
47 template<
typename AccountQuotaNameT = Aws::String>
48 void SetAccountQuotaName(AccountQuotaNameT&& value) { m_accountQuotaNameHasBeenSet =
true; m_accountQuotaName = std::forward<AccountQuotaNameT>(value); }
49 template<
typename AccountQuotaNameT = Aws::String>
57 inline long long GetUsed()
const {
return m_used; }
59 inline void SetUsed(
long long value) { m_usedHasBeenSet =
true; m_used = value; }
67 inline long long GetMax()
const {
return m_max; }
69 inline void SetMax(
long long value) { m_maxHasBeenSet =
true; m_max = value; }
75 bool m_accountQuotaNameHasBeenSet =
false;
78 bool m_usedHasBeenSet =
false;
81 bool m_maxHasBeenSet =
false;
long long GetUsed() const
const Aws::String & GetAccountQuotaName() const
AccountQuota & WithMax(long long value)
AccountQuota & WithAccountQuotaName(AccountQuotaNameT &&value)
AccountQuota & WithUsed(long long value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool UsedHasBeenSet() const
AWS_DATABASEMIGRATIONSERVICE_API AccountQuota(Aws::Utils::Json::JsonView jsonValue)
AWS_DATABASEMIGRATIONSERVICE_API AccountQuota()=default
void SetMax(long long value)
void SetUsed(long long value)
AWS_DATABASEMIGRATIONSERVICE_API AccountQuota & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MaxHasBeenSet() const
bool AccountQuotaNameHasBeenSet() const
void SetAccountQuotaName(AccountQuotaNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue