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;
41 template<
typename AccountCreatedDateT = Aws::Utils::DateTime>
42 void SetAccountCreatedDate(AccountCreatedDateT&& value) { m_accountCreatedDateHasBeenSet =
true; m_accountCreatedDate = std::forward<AccountCreatedDateT>(value); }
43 template<
typename AccountCreatedDateT = Aws::Utils::DateTime>
67 template<
typename AccountIdT = Aws::String>
68 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
69 template<
typename AccountIdT = Aws::String>
78 template<
typename AccountNameT = Aws::String>
79 void SetAccountName(AccountNameT&& value) { m_accountNameHasBeenSet =
true; m_accountName = std::forward<AccountNameT>(value); }
80 template<
typename AccountNameT = Aws::String>
87 template<
typename RequestIdT = Aws::String>
88 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
89 template<
typename RequestIdT = Aws::String>
95 bool m_accountCreatedDateHasBeenSet =
false;
98 bool m_accountIdHasBeenSet =
false;
101 bool m_accountNameHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue