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;
41 template<
typename FindingAggregatorArnT = Aws::String>
42 void SetFindingAggregatorArn(FindingAggregatorArnT&& value) { m_findingAggregatorArnHasBeenSet =
true; m_findingAggregatorArn = std::forward<FindingAggregatorArnT>(value); }
43 template<
typename FindingAggregatorArnT = Aws::String>
53 template<
typename FindingAggregationRegionT = Aws::String>
54 void SetFindingAggregationRegion(FindingAggregationRegionT&& value) { m_findingAggregationRegionHasBeenSet =
true; m_findingAggregationRegion = std::forward<FindingAggregationRegionT>(value); }
55 template<
typename FindingAggregationRegionT = Aws::String>
65 template<
typename RegionLinkingModeT = Aws::String>
66 void SetRegionLinkingMode(RegionLinkingModeT&& value) { m_regionLinkingModeHasBeenSet =
true; m_regionLinkingMode = std::forward<RegionLinkingModeT>(value); }
67 template<
typename RegionLinkingModeT = Aws::String>
76 template<
typename RegionsT = Aws::Vector<Aws::String>>
77 void SetRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions = std::forward<RegionsT>(value); }
78 template<
typename RegionsT = Aws::Vector<Aws::String>>
80 template<
typename RegionsT = Aws::String>
87 template<
typename RequestIdT = Aws::String>
88 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
89 template<
typename RequestIdT = Aws::String>
95 bool m_findingAggregatorArnHasBeenSet =
false;
98 bool m_findingAggregationRegionHasBeenSet =
false;
101 bool m_regionLinkingModeHasBeenSet =
false;
104 bool m_regionsHasBeenSet =
false;
107 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