7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename FindingAggregatorArnT = Aws::String>
50 void SetFindingAggregatorArn(FindingAggregatorArnT&& value) { m_findingAggregatorArnHasBeenSet =
true; m_findingAggregatorArn = std::forward<FindingAggregatorArnT>(value); }
51 template<
typename FindingAggregatorArnT = Aws::String>
57 bool m_findingAggregatorArnHasBeenSet =
false;
void SetFindingAggregatorArn(FindingAggregatorArnT &&value)
FindingAggregator & WithFindingAggregatorArn(FindingAggregatorArnT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API FindingAggregator & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FindingAggregatorArnHasBeenSet() const
const Aws::String & GetFindingAggregatorArn() const
AWS_SECURITYHUB_API FindingAggregator(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API FindingAggregator()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue