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/Organization.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace Organizations {
36 template <
typename OrganizationT = Organization>
38 m_organizationHasBeenSet =
true;
39 m_organization = std::forward<OrganizationT>(value);
41 template <
typename OrganizationT = Organization>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_organizationHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
AWS_ORGANIZATIONS_API CreateOrganizationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Organization & GetOrganization() const
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateOrganizationResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
CreateOrganizationResult & WithOrganization(OrganizationT &&value)
void SetOrganization(OrganizationT &&value)
AWS_ORGANIZATIONS_API CreateOrganizationResult()=default
AWS_ORGANIZATIONS_API CreateOrganizationResult & operator=(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