7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
19namespace DatabaseMigrationService {
41 template <
typename AccountQuotaNameT = Aws::String>
43 m_accountQuotaNameHasBeenSet =
true;
44 m_accountQuotaName = std::forward<AccountQuotaNameT>(value);
46 template <
typename AccountQuotaNameT = Aws::String>
57 inline long long GetUsed()
const {
return m_used; }
60 m_usedHasBeenSet =
true;
73 inline long long GetMax()
const {
return m_max; }
75 inline void SetMax(
long long value) {
76 m_maxHasBeenSet =
true;
90 bool m_accountQuotaNameHasBeenSet =
false;
91 bool m_usedHasBeenSet =
false;
92 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