7#include <aws/account/Account_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename AccountCreatedDateT = Aws::Utils::DateTime>
38 m_accountCreatedDateHasBeenSet =
true;
39 m_accountCreatedDate = std::forward<AccountCreatedDateT>(value);
41 template <
typename AccountCreatedDateT = Aws::Utils::DateTime>
68 template <
typename AccountIdT = Aws::String>
70 m_accountIdHasBeenSet =
true;
71 m_accountId = std::forward<AccountIdT>(value);
73 template <
typename AccountIdT = Aws::String>
85 template <
typename AccountNameT = Aws::String>
87 m_accountNameHasBeenSet =
true;
88 m_accountName = std::forward<AccountNameT>(value);
90 template <
typename AccountNameT = Aws::String>
100 template <
typename RequestIdT = Aws::String>
102 m_requestIdHasBeenSet =
true;
103 m_requestId = std::forward<RequestIdT>(value);
105 template <
typename RequestIdT = Aws::String>
122 bool m_accountCreatedDateHasBeenSet =
false;
123 bool m_accountIdHasBeenSet =
false;
124 bool m_accountNameHasBeenSet =
false;
125 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue