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
46 template<
typename OrganizationT = Organization>
47 void SetOrganization(OrganizationT&& value) { m_organizationHasBeenSet =
true; m_organization = std::forward<OrganizationT>(value); }
48 template<
typename OrganizationT = Organization>
55 template<
typename RequestIdT = Aws::String>
56 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
57 template<
typename RequestIdT = Aws::String>
63 bool m_organizationHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Organization & GetOrganization() const
DescribeOrganizationResult & WithOrganization(OrganizationT &&value)
AWS_ORGANIZATIONS_API DescribeOrganizationResult()=default
AWS_ORGANIZATIONS_API DescribeOrganizationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ORGANIZATIONS_API DescribeOrganizationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeOrganizationResult & WithRequestId(RequestIdT &&value)
void SetOrganization(OrganizationT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue