7#include <aws/account/Account_EXPORTS.h>
8#include <aws/account/model/AccountState.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
52 template <
typename AccountIdT = Aws::String>
54 m_accountIdHasBeenSet =
true;
55 m_accountId = std::forward<AccountIdT>(value);
57 template <
typename AccountIdT = Aws::String>
69 template <
typename AccountNameT = Aws::String>
71 m_accountNameHasBeenSet =
true;
72 m_accountName = std::forward<AccountNameT>(value);
74 template <
typename AccountNameT = Aws::String>
86 template <
typename AccountCreatedDateT = Aws::Utils::DateTime>
88 m_accountCreatedDateHasBeenSet =
true;
89 m_accountCreatedDate = std::forward<AccountCreatedDateT>(value);
91 template <
typename AccountCreatedDateT = Aws::Utils::DateTime>
107 m_accountStateHasBeenSet =
true;
108 m_accountState = value;
119 template <
typename RequestIdT = Aws::String>
121 m_requestIdHasBeenSet =
true;
122 m_requestId = std::forward<RequestIdT>(value);
124 template <
typename RequestIdT = Aws::String>
143 bool m_accountIdHasBeenSet =
false;
144 bool m_accountNameHasBeenSet =
false;
145 bool m_accountCreatedDateHasBeenSet =
false;
146 bool m_accountStateHasBeenSet =
false;
147 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue