7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/AwsSecurityFindingFilters.h>
42 template <
typename InsightArnT = Aws::String>
44 m_insightArnHasBeenSet =
true;
45 m_insightArn = std::forward<InsightArnT>(value);
47 template <
typename InsightArnT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
81 template <
typename FiltersT = AwsSecurityFindingFilters>
83 m_filtersHasBeenSet =
true;
84 m_filters = std::forward<FiltersT>(value);
86 template <
typename FiltersT = AwsSecurityFindingFilters>
102 template <
typename GroupByAttributeT = Aws::String>
104 m_groupByAttributeHasBeenSet =
true;
105 m_groupByAttribute = std::forward<GroupByAttributeT>(value);
107 template <
typename GroupByAttributeT = Aws::String>
121 bool m_insightArnHasBeenSet =
false;
122 bool m_nameHasBeenSet =
false;
123 bool m_filtersHasBeenSet =
false;
124 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