7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
11#include <aws/dms/model/AccountQuota.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace DatabaseMigrationService {
43 template <
typename AccountQuotasT = Aws::Vector<AccountQuota>>
45 m_accountQuotasHasBeenSet =
true;
46 m_accountQuotas = std::forward<AccountQuotasT>(value);
48 template <
typename AccountQuotasT = Aws::Vector<AccountQuota>>
53 template <
typename AccountQuotasT = AccountQuota>
55 m_accountQuotasHasBeenSet =
true;
56 m_accountQuotas.emplace_back(std::forward<AccountQuotasT>(value));
76 template <
typename UniqueAccountIdentifierT = Aws::String>
78 m_uniqueAccountIdentifierHasBeenSet =
true;
79 m_uniqueAccountIdentifier = std::forward<UniqueAccountIdentifierT>(value);
81 template <
typename UniqueAccountIdentifierT = Aws::String>
91 template <
typename RequestIdT = Aws::String>
93 m_requestIdHasBeenSet =
true;
94 m_requestId = std::forward<RequestIdT>(value);
96 template <
typename RequestIdT = Aws::String>
111 bool m_accountQuotasHasBeenSet =
false;
112 bool m_uniqueAccountIdentifierHasBeenSet =
false;
113 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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