7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename HubV2ArnT = Aws::String>
36 m_hubV2ArnHasBeenSet =
true;
37 m_hubV2Arn = std::forward<HubV2ArnT>(value);
39 template <
typename HubV2ArnT = Aws::String>
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
64 bool m_hubV2ArnHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
EnableSecurityHubV2Result & WithRequestId(RequestIdT &&value)
const Aws::String & GetHubV2Arn() const
void SetHubV2Arn(HubV2ArnT &&value)
const Aws::String & GetRequestId() const
EnableSecurityHubV2Result & WithHubV2Arn(HubV2ArnT &&value)
AWS_SECURITYHUB_API EnableSecurityHubV2Result & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_SECURITYHUB_API EnableSecurityHubV2Result()=default
AWS_SECURITYHUB_API EnableSecurityHubV2Result(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