7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template<
typename FindingAggregatorArnT = Aws::String>
44 void SetFindingAggregatorArn(FindingAggregatorArnT&& value) { m_findingAggregatorArnHasBeenSet =
true; m_findingAggregatorArn = std::forward<FindingAggregatorArnT>(value); }
45 template<
typename FindingAggregatorArnT = Aws::String>
72 template<
typename RegionLinkingModeT = Aws::String>
73 void SetRegionLinkingMode(RegionLinkingModeT&& value) { m_regionLinkingModeHasBeenSet =
true; m_regionLinkingMode = std::forward<RegionLinkingModeT>(value); }
74 template<
typename RegionLinkingModeT = Aws::String>
91 template<
typename RegionsT = Aws::Vector<Aws::String>>
92 void SetRegions(RegionsT&& value) { m_regionsHasBeenSet =
true; m_regions = std::forward<RegionsT>(value); }
93 template<
typename RegionsT = Aws::Vector<Aws::String>>
95 template<
typename RegionsT = Aws::String>
101 bool m_findingAggregatorArnHasBeenSet =
false;
104 bool m_regionLinkingModeHasBeenSet =
false;
107 bool m_regionsHasBeenSet =
false;
AWS_SECURITYHUB_API UpdateFindingAggregatorRequest()=default
const Aws::String & GetRegionLinkingMode() const
UpdateFindingAggregatorRequest & AddRegions(RegionsT &&value)
UpdateFindingAggregatorRequest & WithRegionLinkingMode(RegionLinkingModeT &&value)
UpdateFindingAggregatorRequest & WithFindingAggregatorArn(FindingAggregatorArnT &&value)
const Aws::Vector< Aws::String > & GetRegions() const
void SetRegions(RegionsT &&value)
void SetRegionLinkingMode(RegionLinkingModeT &&value)
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetFindingAggregatorArn() const
void SetFindingAggregatorArn(FindingAggregatorArnT &&value)
UpdateFindingAggregatorRequest & WithRegions(RegionsT &&value)
bool RegionsHasBeenSet() const
bool RegionLinkingModeHasBeenSet() const
bool FindingAggregatorArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector