7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename FindingAggregatorArnT = Aws::String>
37 m_findingAggregatorArnHasBeenSet =
true;
38 m_findingAggregatorArn = std::forward<FindingAggregatorArnT>(value);
40 template <
typename FindingAggregatorArnT = Aws::String>
53 template <
typename FindingAggregationRegionT = Aws::String>
55 m_findingAggregationRegionHasBeenSet =
true;
56 m_findingAggregationRegion = std::forward<FindingAggregationRegionT>(value);
58 template <
typename FindingAggregationRegionT = Aws::String>
71 template <
typename RegionLinkingModeT = Aws::String>
73 m_regionLinkingModeHasBeenSet =
true;
74 m_regionLinkingMode = std::forward<RegionLinkingModeT>(value);
76 template <
typename RegionLinkingModeT = Aws::String>
88 template <
typename RegionsT = Aws::Vector<Aws::String>>
90 m_regionsHasBeenSet =
true;
91 m_regions = std::forward<RegionsT>(value);
93 template <
typename RegionsT = Aws::Vector<Aws::String>>
98 template <
typename RegionsT = Aws::String>
100 m_regionsHasBeenSet =
true;
101 m_regions.emplace_back(std::forward<RegionsT>(value));
109 template <
typename RequestIdT = Aws::String>
111 m_requestIdHasBeenSet =
true;
112 m_requestId = std::forward<RequestIdT>(value);
114 template <
typename RequestIdT = Aws::String>
130 bool m_findingAggregatorArnHasBeenSet =
false;
131 bool m_findingAggregationRegionHasBeenSet =
false;
132 bool m_regionLinkingModeHasBeenSet =
false;
133 bool m_regionsHasBeenSet =
false;
134 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetFindingAggregationRegion() const
AWS_SECURITYHUB_API GetFindingAggregatorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRegionLinkingMode() const
GetFindingAggregatorResult & WithRegions(RegionsT &&value)
const Aws::String & GetRequestId() const
GetFindingAggregatorResult & WithFindingAggregatorArn(FindingAggregatorArnT &&value)
void SetRegionLinkingMode(RegionLinkingModeT &&value)
GetFindingAggregatorResult & WithRegionLinkingMode(RegionLinkingModeT &&value)
AWS_SECURITYHUB_API GetFindingAggregatorResult()=default
void SetFindingAggregatorArn(FindingAggregatorArnT &&value)
void SetFindingAggregationRegion(FindingAggregationRegionT &&value)
GetFindingAggregatorResult & AddRegions(RegionsT &&value)
GetFindingAggregatorResult & WithFindingAggregationRegion(FindingAggregationRegionT &&value)
GetFindingAggregatorResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetFindingAggregatorArn() const
AWS_SECURITYHUB_API GetFindingAggregatorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRegions(RegionsT &&value)
const Aws::Vector< Aws::String > & GetRegions() const
void SetRequestId(RequestIdT &&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