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/securityhub/model/AwsSecurityFindingFilters.h>
42 template<
typename InsightArnT = Aws::String>
43 void SetInsightArn(InsightArnT&& value) { m_insightArnHasBeenSet =
true; m_insightArn = std::forward<InsightArnT>(value); }
44 template<
typename InsightArnT = Aws::String>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
66 template<
typename FiltersT = AwsSecurityFindingFilters>
67 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
68 template<
typename FiltersT = AwsSecurityFindingFilters>
78 template<
typename GroupByAttributeT = Aws::String>
79 void SetGroupByAttribute(GroupByAttributeT&& value) { m_groupByAttributeHasBeenSet =
true; m_groupByAttribute = std::forward<GroupByAttributeT>(value); }
80 template<
typename GroupByAttributeT = Aws::String>
86 bool m_insightArnHasBeenSet =
false;
89 bool m_nameHasBeenSet =
false;
92 bool m_filtersHasBeenSet =
false;
95 bool m_groupByAttributeHasBeenSet =
false;
AWS_SECURITYHUB_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
const Aws::String & GetGroupByAttribute() const
void SetFilters(FiltersT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
UpdateInsightRequest & WithInsightArn(InsightArnT &&value)
const AwsSecurityFindingFilters & GetFilters() const
void SetInsightArn(InsightArnT &&value)
UpdateInsightRequest & WithGroupByAttribute(GroupByAttributeT &&value)
AWS_SECURITYHUB_API UpdateInsightRequest()=default
virtual const char * GetServiceRequestName() const override
bool GroupByAttributeHasBeenSet() const
bool InsightArnHasBeenSet() const
UpdateInsightRequest & WithFilters(FiltersT &&value)
bool FiltersHasBeenSet() const
const Aws::String & GetInsightArn() const
void SetGroupByAttribute(GroupByAttributeT &&value)
UpdateInsightRequest & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String