7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHubRequest.h>
9#include <aws/securityhub/SecurityHub_EXPORTS.h>
10#include <aws/securityhub/model/AwsSecurityFindingFilters.h>
38 template <
typename InsightArnT = Aws::String>
40 m_insightArnHasBeenSet =
true;
41 m_insightArn = std::forward<InsightArnT>(value);
43 template <
typename InsightArnT = Aws::String>
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
74 template <
typename FiltersT = AwsSecurityFindingFilters>
76 m_filtersHasBeenSet =
true;
77 m_filters = std::forward<FiltersT>(value);
79 template <
typename FiltersT = AwsSecurityFindingFilters>
92 template <
typename GroupByAttributeT = Aws::String>
94 m_groupByAttributeHasBeenSet =
true;
95 m_groupByAttribute = std::forward<GroupByAttributeT>(value);
97 template <
typename GroupByAttributeT = Aws::String>
111 bool m_insightArnHasBeenSet =
false;
112 bool m_nameHasBeenSet =
false;
113 bool m_filtersHasBeenSet =
false;
114 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