7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/dms/model/AccountQuota.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace DatabaseMigrationService
47 template<
typename AccountQuotasT = Aws::Vector<AccountQuota>>
48 void SetAccountQuotas(AccountQuotasT&& value) { m_accountQuotasHasBeenSet =
true; m_accountQuotas = std::forward<AccountQuotasT>(value); }
49 template<
typename AccountQuotasT = Aws::Vector<AccountQuota>>
51 template<
typename AccountQuotasT = AccountQuota>
70 template<
typename UniqueAccountIdentifierT = Aws::String>
71 void SetUniqueAccountIdentifier(UniqueAccountIdentifierT&& value) { m_uniqueAccountIdentifierHasBeenSet =
true; m_uniqueAccountIdentifier = std::forward<UniqueAccountIdentifierT>(value); }
72 template<
typename UniqueAccountIdentifierT = Aws::String>
79 template<
typename RequestIdT = Aws::String>
80 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
81 template<
typename RequestIdT = Aws::String>
87 bool m_accountQuotasHasBeenSet =
false;
90 bool m_uniqueAccountIdentifierHasBeenSet =
false;
93 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