7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securityhub/SecurityHub_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename FindingAggregatorArnT = Aws::String>
39 m_findingAggregatorArnHasBeenSet =
true;
40 m_findingAggregatorArn = std::forward<FindingAggregatorArnT>(value);
42 template <
typename FindingAggregatorArnT = Aws::String>
55 template <
typename FindingAggregationRegionT = Aws::String>
57 m_findingAggregationRegionHasBeenSet =
true;
58 m_findingAggregationRegion = std::forward<FindingAggregationRegionT>(value);
60 template <
typename FindingAggregationRegionT = Aws::String>
73 template <
typename RegionLinkingModeT = Aws::String>
75 m_regionLinkingModeHasBeenSet =
true;
76 m_regionLinkingMode = std::forward<RegionLinkingModeT>(value);
78 template <
typename RegionLinkingModeT = Aws::String>
90 template <
typename RegionsT = Aws::Vector<Aws::String>>
92 m_regionsHasBeenSet =
true;
93 m_regions = std::forward<RegionsT>(value);
95 template <
typename RegionsT = Aws::Vector<Aws::String>>
100 template <
typename RegionsT = Aws::String>
102 m_regionsHasBeenSet =
true;
103 m_regions.emplace_back(std::forward<RegionsT>(value));
111 template <
typename RequestIdT = Aws::String>
113 m_requestIdHasBeenSet =
true;
114 m_requestId = std::forward<RequestIdT>(value);
116 template <
typename RequestIdT = Aws::String>
135 bool m_findingAggregatorArnHasBeenSet =
false;
136 bool m_findingAggregationRegionHasBeenSet =
false;
137 bool m_regionLinkingModeHasBeenSet =
false;
138 bool m_regionsHasBeenSet =
false;
139 bool m_requestIdHasBeenSet =
false;
CreateFindingAggregatorResult & WithRequestId(RequestIdT &&value)
CreateFindingAggregatorResult & WithRegions(RegionsT &&value)
const Aws::String & GetRegionLinkingMode() const
CreateFindingAggregatorResult & WithFindingAggregatorArn(FindingAggregatorArnT &&value)
CreateFindingAggregatorResult & WithFindingAggregationRegion(FindingAggregationRegionT &&value)
void SetFindingAggregationRegion(FindingAggregationRegionT &&value)
const Aws::String & GetFindingAggregationRegion() const
AWS_SECURITYHUB_API CreateFindingAggregatorResult()=default
const Aws::String & GetRequestId() const
const Aws::String & GetFindingAggregatorArn() const
CreateFindingAggregatorResult & AddRegions(RegionsT &&value)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_SECURITYHUB_API CreateFindingAggregatorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetRegions() const
void SetRegionLinkingMode(RegionLinkingModeT &&value)
void SetFindingAggregatorArn(FindingAggregatorArnT &&value)
AWS_SECURITYHUB_API CreateFindingAggregatorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRegions(RegionsT &&value)
CreateFindingAggregatorResult & WithRegionLinkingMode(RegionLinkingModeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue