7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/taxsettings/model/AccountDetails.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename AccountDetailsT = Aws::Vector<AccountDetails>>
44 void SetAccountDetails(AccountDetailsT&& value) { m_accountDetailsHasBeenSet =
true; m_accountDetails = std::forward<AccountDetailsT>(value); }
45 template<
typename AccountDetailsT = Aws::Vector<AccountDetails>>
47 template<
typename AccountDetailsT = AccountDetails>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_accountDetailsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_TAXSETTINGS_API ListTaxRegistrationsResult()=default
AWS_TAXSETTINGS_API ListTaxRegistrationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAccountDetails(AccountDetailsT &&value)
void SetNextToken(NextTokenT &&value)
ListTaxRegistrationsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
AWS_TAXSETTINGS_API ListTaxRegistrationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListTaxRegistrationsResult & WithAccountDetails(AccountDetailsT &&value)
const Aws::Vector< AccountDetails > & GetAccountDetails() const
ListTaxRegistrationsResult & WithNextToken(NextTokenT &&value)
ListTaxRegistrationsResult & AddAccountDetails(AccountDetailsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue