7#include <aws/codeguru-reviewer/CodeGuruReviewer_EXPORTS.h>
19namespace CodeGuruReviewer
47 inline void SetMeteredLinesOfCodeCount(
long long value) { m_meteredLinesOfCodeCountHasBeenSet =
true; m_meteredLinesOfCodeCount = value; }
72 inline void SetFindingsCount(
long long value) { m_findingsCountHasBeenSet =
true; m_findingsCount = value; }
77 long long m_meteredLinesOfCodeCount;
78 bool m_meteredLinesOfCodeCountHasBeenSet =
false;
80 long long m_suppressedLinesOfCodeCount;
81 bool m_suppressedLinesOfCodeCountHasBeenSet =
false;
83 long long m_findingsCount;
84 bool m_findingsCountHasBeenSet =
false;
void SetMeteredLinesOfCodeCount(long long value)
void SetSuppressedLinesOfCodeCount(long long value)
long long GetSuppressedLinesOfCodeCount() const
void SetFindingsCount(long long value)
Metrics & WithMeteredLinesOfCodeCount(long long value)
bool FindingsCountHasBeenSet() const
Metrics & WithSuppressedLinesOfCodeCount(long long value)
long long GetFindingsCount() const
AWS_CODEGURUREVIEWER_API Metrics(Aws::Utils::Json::JsonView jsonValue)
bool SuppressedLinesOfCodeCountHasBeenSet() const
bool MeteredLinesOfCodeCountHasBeenSet() const
AWS_CODEGURUREVIEWER_API Metrics & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEGURUREVIEWER_API Aws::Utils::Json::JsonValue Jsonize() const
Metrics & WithFindingsCount(long long value)
long long GetMeteredLinesOfCodeCount() const
AWS_CODEGURUREVIEWER_API Metrics()
Aws::Utils::Json::JsonValue JsonValue