7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename FindingAggregatorArnT = Aws::String>
43 void SetFindingAggregatorArn(FindingAggregatorArnT&& value) { m_findingAggregatorArnHasBeenSet =
true; m_findingAggregatorArn = std::forward<FindingAggregatorArnT>(value); }
44 template<
typename FindingAggregatorArnT = Aws::String>
54 template<
typename FindingAggregationRegionT = Aws::String>
55 void SetFindingAggregationRegion(FindingAggregationRegionT&& value) { m_findingAggregationRegionHasBeenSet =
true; m_findingAggregationRegion = std::forward<FindingAggregationRegionT>(value); }
56 template<
typename FindingAggregationRegionT = Aws::String>
66 template<
typename RegionLinkingModeT = Aws::String>
67 void SetRegionLinkingMode(RegionLinkingModeT&& value) { m_regionLinkingModeHasBeenSet =
true; m_regionLinkingMode = std::forward<RegionLinkingModeT>(value); }
68 template<
typename RegionLinkingModeT = Aws::String>
77 template<
typename RegionsT = Aws::Vector<Aws::String>>
78 void SetRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions = std::forward<RegionsT>(value); }
79 template<
typename RegionsT = Aws::Vector<Aws::String>>
81 template<
typename RegionsT = Aws::String>
88 template<
typename RequestIdT = Aws::String>
89 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
90 template<
typename RequestIdT = Aws::String>
96 bool m_findingAggregatorArnHasBeenSet =
false;
99 bool m_findingAggregationRegionHasBeenSet =
false;
102 bool m_regionLinkingModeHasBeenSet =
false;
105 bool m_regionsHasBeenSet =
false;
108 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