7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/SecurityHubFeature.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename AdminAccountIdT = Aws::String>
43 void SetAdminAccountId(AdminAccountIdT&& value) { m_adminAccountIdHasBeenSet =
true; m_adminAccountId = std::forward<AdminAccountIdT>(value); }
44 template<
typename AdminAccountIdT = Aws::String>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_adminAccountIdHasBeenSet =
false;
72 bool m_featureHasBeenSet =
false;
75 bool m_requestIdHasBeenSet =
false;
EnableOrganizationAdminAccountResult & WithAdminAccountId(AdminAccountIdT &&value)
EnableOrganizationAdminAccountResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetAdminAccountId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_SECURITYHUB_API EnableOrganizationAdminAccountResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SECURITYHUB_API EnableOrganizationAdminAccountResult()=default
SecurityHubFeature GetFeature() const
EnableOrganizationAdminAccountResult & WithFeature(SecurityHubFeature value)
void SetAdminAccountId(AdminAccountIdT &&value)
void SetFeature(SecurityHubFeature value)
AWS_SECURITYHUB_API EnableOrganizationAdminAccountResult & 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