7#include <aws/organizations/Organizations_EXPORTS.h>
8#include <aws/organizations/model/Organization.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace Organizations
41 template<
typename OrganizationT = Organization>
42 void SetOrganization(OrganizationT&& value) { m_organizationHasBeenSet =
true; m_organization = std::forward<OrganizationT>(value); }
43 template<
typename OrganizationT = Organization>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_organizationHasBeenSet =
false;
61 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
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