7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
10#include <aws/dms/model/AccountQuota.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace DatabaseMigrationService {
42 template <
typename AccountQuotasT = Aws::Vector<AccountQuota>>
44 m_accountQuotasHasBeenSet =
true;
45 m_accountQuotas = std::forward<AccountQuotasT>(value);
47 template <
typename AccountQuotasT = Aws::Vector<AccountQuota>>
52 template <
typename AccountQuotasT = AccountQuota>
54 m_accountQuotasHasBeenSet =
true;
55 m_accountQuotas.emplace_back(std::forward<AccountQuotasT>(value));
75 template <
typename UniqueAccountIdentifierT = Aws::String>
77 m_uniqueAccountIdentifierHasBeenSet =
true;
78 m_uniqueAccountIdentifier = std::forward<UniqueAccountIdentifierT>(value);
80 template <
typename UniqueAccountIdentifierT = Aws::String>
90 template <
typename RequestIdT = Aws::String>
92 m_requestIdHasBeenSet =
true;
93 m_requestId = std::forward<RequestIdT>(value);
95 template <
typename RequestIdT = Aws::String>
107 bool m_accountQuotasHasBeenSet =
false;
108 bool m_uniqueAccountIdentifierHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
DescribeAccountAttributesResult & WithAccountQuotas(AccountQuotasT &&value)
DescribeAccountAttributesResult & WithUniqueAccountIdentifier(UniqueAccountIdentifierT &&value)
DescribeAccountAttributesResult & WithRequestId(RequestIdT &&value)
AWS_DATABASEMIGRATIONSERVICE_API DescribeAccountAttributesResult()=default
AWS_DATABASEMIGRATIONSERVICE_API DescribeAccountAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_DATABASEMIGRATIONSERVICE_API DescribeAccountAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAccountAttributesResult & AddAccountQuotas(AccountQuotasT &&value)
const Aws::Vector< AccountQuota > & GetAccountQuotas() const
void SetUniqueAccountIdentifier(UniqueAccountIdentifierT &&value)
void SetAccountQuotas(AccountQuotasT &&value)
const Aws::String & GetUniqueAccountIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue