7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityhub/model/AwsSecurityFindingFilters.h>
48 template<
typename InsightArnT = Aws::String>
49 void SetInsightArn(InsightArnT&& value) { m_insightArnHasBeenSet =
true; m_insightArn = std::forward<InsightArnT>(value); }
50 template<
typename InsightArnT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
75 template<
typename FiltersT = AwsSecurityFindingFilters>
76 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
77 template<
typename FiltersT = AwsSecurityFindingFilters>
90 template<
typename GroupByAttributeT = Aws::String>
91 void SetGroupByAttribute(GroupByAttributeT&& value) { m_groupByAttributeHasBeenSet =
true; m_groupByAttribute = std::forward<GroupByAttributeT>(value); }
92 template<
typename GroupByAttributeT = Aws::String>
98 bool m_insightArnHasBeenSet =
false;
101 bool m_nameHasBeenSet =
false;
104 bool m_filtersHasBeenSet =
false;
107 bool m_groupByAttributeHasBeenSet =
false;
const AwsSecurityFindingFilters & GetFilters() const
Insight & WithFilters(FiltersT &&value)
Insight & WithInsightArn(InsightArnT &&value)
bool FiltersHasBeenSet() const
void SetGroupByAttribute(GroupByAttributeT &&value)
Insight & WithGroupByAttribute(GroupByAttributeT &&value)
void SetInsightArn(InsightArnT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
const Aws::String & GetInsightArn() const
const Aws::String & GetGroupByAttribute() const
AWS_SECURITYHUB_API Insight & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Insight(Aws::Utils::Json::JsonView jsonValue)
bool InsightArnHasBeenSet() const
void SetFilters(FiltersT &&value)
bool NameHasBeenSet() const
Insight & WithName(NameT &&value)
AWS_SECURITYHUB_API Insight()=default
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool GroupByAttributeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue