7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
45 inline long long GetCount()
const {
return m_count; }
47 inline void SetCount(
long long value) { m_countHasBeenSet =
true; m_count = value; }
58 template<
typename GroupKeyT = Aws::String>
59 void SetGroupKey(GroupKeyT&& value) { m_groupKeyHasBeenSet =
true; m_groupKey = std::forward<GroupKeyT>(value); }
60 template<
typename GroupKeyT = Aws::String>
66 bool m_countHasBeenSet =
false;
69 bool m_groupKeyHasBeenSet =
false;
void SetCount(long long value)
AWS_MACIE2_API GroupCount()=default
const Aws::String & GetGroupKey() const
bool CountHasBeenSet() const
AWS_MACIE2_API GroupCount & operator=(Aws::Utils::Json::JsonView jsonValue)
GroupCount & WithCount(long long value)
GroupCount & WithGroupKey(GroupKeyT &&value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroupKey(GroupKeyT &&value)
AWS_MACIE2_API GroupCount(Aws::Utils::Json::JsonView jsonValue)
long long GetCount() const
bool GroupKeyHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue