7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/securityhub/SecurityHub_EXPORTS.h>
11#include <aws/securityhub/model/FeatureDetail.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename HubV2ArnT = Aws::String>
39 m_hubV2ArnHasBeenSet =
true;
40 m_hubV2Arn = std::forward<HubV2ArnT>(value);
42 template <
typename HubV2ArnT = Aws::String>
54 template <
typename SubscribedAtT = Aws::String>
56 m_subscribedAtHasBeenSet =
true;
57 m_subscribedAt = std::forward<SubscribedAtT>(value);
59 template <
typename SubscribedAtT = Aws::String>
72 template <
typename FeaturesT = Aws::Map<Aws::String, FeatureDetail>>
74 m_featuresHasBeenSet =
true;
75 m_features = std::forward<FeaturesT>(value);
77 template <
typename FeaturesT = Aws::Map<Aws::String, FeatureDetail>>
82 template <
typename FeaturesKeyT = Aws::String,
typename FeaturesValueT = FeatureDetail>
84 m_featuresHasBeenSet =
true;
85 m_features.emplace(std::forward<FeaturesKeyT>(key), std::forward<FeaturesValueT>(value));
93 template <
typename RequestIdT = Aws::String>
95 m_requestIdHasBeenSet =
true;
96 m_requestId = std::forward<RequestIdT>(value);
98 template <
typename RequestIdT = Aws::String>
115 bool m_hubV2ArnHasBeenSet =
false;
116 bool m_subscribedAtHasBeenSet =
false;
117 bool m_featuresHasBeenSet =
false;
118 bool m_requestIdHasBeenSet =
false;
DescribeSecurityHubV2Result & WithRequestId(RequestIdT &&value)
AWS_SECURITYHUB_API DescribeSecurityHubV2Result()=default
const Aws::String & GetHubV2Arn() const
AWS_SECURITYHUB_API DescribeSecurityHubV2Result & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSubscribedAt(SubscribedAtT &&value)
const Aws::String & GetSubscribedAt() const
DescribeSecurityHubV2Result & WithFeatures(FeaturesT &&value)
void SetHubV2Arn(HubV2ArnT &&value)
AWS_SECURITYHUB_API DescribeSecurityHubV2Result(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetFeatures(FeaturesT &&value)
const Aws::String & GetRequestId() const
DescribeSecurityHubV2Result & WithSubscribedAt(SubscribedAtT &&value)
void SetRequestId(RequestIdT &&value)
DescribeSecurityHubV2Result & WithHubV2Arn(HubV2ArnT &&value)
DescribeSecurityHubV2Result & AddFeatures(FeaturesKeyT &&key, FeaturesValueT &&value)
const Aws::Map< Aws::String, FeatureDetail > & GetFeatures() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue