7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename GroupByAttributeValueT = Aws::String>
49 void SetGroupByAttributeValue(GroupByAttributeValueT&& value) { m_groupByAttributeValueHasBeenSet =
true; m_groupByAttributeValue = std::forward<GroupByAttributeValueT>(value); }
50 template<
typename GroupByAttributeValueT = Aws::String>
59 inline int GetCount()
const {
return m_count; }
61 inline void SetCount(
int value) { m_countHasBeenSet =
true; m_count = value; }
67 bool m_groupByAttributeValueHasBeenSet =
false;
70 bool m_countHasBeenSet =
false;
const Aws::String & GetGroupByAttributeValue() const
bool CountHasBeenSet() const
InsightResultValue & WithCount(int value)
AWS_SECURITYHUB_API InsightResultValue()=default
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroupByAttributeValue(GroupByAttributeValueT &&value)
bool GroupByAttributeValueHasBeenSet() const
AWS_SECURITYHUB_API InsightResultValue & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API InsightResultValue(Aws::Utils::Json::JsonView jsonValue)
InsightResultValue & WithGroupByAttributeValue(GroupByAttributeValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue