7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename AdminAccountIdT = Aws::String>
41 void SetAdminAccountId(AdminAccountIdT&& value) { m_adminAccountIdHasBeenSet =
true; m_adminAccountId = std::forward<AdminAccountIdT>(value); }
42 template<
typename AdminAccountIdT = Aws::String>
51 template<
typename OrganizationIdT = Aws::String>
52 void SetOrganizationId(OrganizationIdT&& value) { m_organizationIdHasBeenSet =
true; m_organizationId = std::forward<OrganizationIdT>(value); }
53 template<
typename OrganizationIdT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_adminAccountIdHasBeenSet =
false;
71 bool m_organizationIdHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
void SetOrganizationId(OrganizationIdT &&value)
const Aws::String & GetOrganizationId() const
void SetAdminAccountId(AdminAccountIdT &&value)
const Aws::String & GetRequestId() const
AWS_AUDITMANAGER_API RegisterOrganizationAdminAccountResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RegisterOrganizationAdminAccountResult & WithOrganizationId(OrganizationIdT &&value)
RegisterOrganizationAdminAccountResult & WithAdminAccountId(AdminAccountIdT &&value)
AWS_AUDITMANAGER_API RegisterOrganizationAdminAccountResult()=default
AWS_AUDITMANAGER_API RegisterOrganizationAdminAccountResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetAdminAccountId() const
RegisterOrganizationAdminAccountResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue