7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/organizations/Organizations_EXPORTS.h>
10#include <aws/organizations/model/Account.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace Organizations {
43 template <
typename AccountT = Account>
45 m_accountHasBeenSet =
true;
46 m_account = std::forward<AccountT>(value);
48 template <
typename AccountT = Account>
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
76 bool m_accountHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
DescribeAccountResult & WithAccount(AccountT &&value)
const Aws::String & GetRequestId() const
AWS_ORGANIZATIONS_API DescribeAccountResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ORGANIZATIONS_API DescribeAccountResult()=default
const Account & GetAccount() const
void SetAccount(AccountT &&value)
DescribeAccountResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
AWS_ORGANIZATIONS_API DescribeAccountResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue