7#include <aws/account/Account_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename AccountCreatedDateT = Aws::Utils::DateTime>
37 m_accountCreatedDateHasBeenSet =
true;
38 m_accountCreatedDate = std::forward<AccountCreatedDateT>(value);
40 template <
typename AccountCreatedDateT = Aws::Utils::DateTime>
67 template <
typename AccountIdT = Aws::String>
69 m_accountIdHasBeenSet =
true;
70 m_accountId = std::forward<AccountIdT>(value);
72 template <
typename AccountIdT = Aws::String>
84 template <
typename AccountNameT = Aws::String>
86 m_accountNameHasBeenSet =
true;
87 m_accountName = std::forward<AccountNameT>(value);
89 template <
typename AccountNameT = Aws::String>
99 template <
typename RequestIdT = Aws::String>
101 m_requestIdHasBeenSet =
true;
102 m_requestId = std::forward<RequestIdT>(value);
104 template <
typename RequestIdT = Aws::String>
118 bool m_accountCreatedDateHasBeenSet =
false;
119 bool m_accountIdHasBeenSet =
false;
120 bool m_accountNameHasBeenSet =
false;
121 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue