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;
36 template <
typename FindingAggregatorArnT = Aws::String>
38 m_findingAggregatorArnHasBeenSet =
true;
39 m_findingAggregatorArn = std::forward<FindingAggregatorArnT>(value);
41 template <
typename FindingAggregatorArnT = Aws::String>
54 template <
typename FindingAggregationRegionT = Aws::String>
56 m_findingAggregationRegionHasBeenSet =
true;
57 m_findingAggregationRegion = std::forward<FindingAggregationRegionT>(value);
59 template <
typename FindingAggregationRegionT = Aws::String>
72 template <
typename RegionLinkingModeT = Aws::String>
74 m_regionLinkingModeHasBeenSet =
true;
75 m_regionLinkingMode = std::forward<RegionLinkingModeT>(value);
77 template <
typename RegionLinkingModeT = Aws::String>
89 template <
typename RegionsT = Aws::Vector<Aws::String>>
91 m_regionsHasBeenSet =
true;
92 m_regions = std::forward<RegionsT>(value);
94 template <
typename RegionsT = Aws::Vector<Aws::String>>
99 template <
typename RegionsT = Aws::String>
101 m_regionsHasBeenSet =
true;
102 m_regions.emplace_back(std::forward<RegionsT>(value));
110 template <
typename RequestIdT = Aws::String>
112 m_requestIdHasBeenSet =
true;
113 m_requestId = std::forward<RequestIdT>(value);
115 template <
typename RequestIdT = Aws::String>
131 bool m_findingAggregatorArnHasBeenSet =
false;
132 bool m_findingAggregationRegionHasBeenSet =
false;
133 bool m_regionLinkingModeHasBeenSet =
false;
134 bool m_regionsHasBeenSet =
false;
135 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_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