19namespace CodeGuruReviewer
81 inline void SetMeteredLinesOfCodeCount(
long long value) { m_meteredLinesOfCodeCountHasBeenSet =
true; m_meteredLinesOfCodeCount = value; }
189 inline void SetFindingsCount(
long long value) { m_findingsCountHasBeenSet =
true; m_findingsCount = value; }
198 long long m_meteredLinesOfCodeCount;
199 bool m_meteredLinesOfCodeCountHasBeenSet =
false;
201 long long m_suppressedLinesOfCodeCount;
202 bool m_suppressedLinesOfCodeCountHasBeenSet =
false;
204 long long m_findingsCount;
205 bool m_findingsCountHasBeenSet =
false;
#define AWS_CODEGURUREVIEWER_API
MetricsSummary & WithFindingsCount(long long value)
long long GetMeteredLinesOfCodeCount() const
AWS_CODEGURUREVIEWER_API MetricsSummary(Aws::Utils::Json::JsonView jsonValue)
void SetMeteredLinesOfCodeCount(long long value)
long long GetSuppressedLinesOfCodeCount() const
MetricsSummary & WithSuppressedLinesOfCodeCount(long long value)
long long GetFindingsCount() const
AWS_CODEGURUREVIEWER_API Aws::Utils::Json::JsonValue Jsonize() const
bool FindingsCountHasBeenSet() const
AWS_CODEGURUREVIEWER_API MetricsSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSuppressedLinesOfCodeCount(long long value)
MetricsSummary & WithMeteredLinesOfCodeCount(long long value)
void SetFindingsCount(long long value)
bool MeteredLinesOfCodeCountHasBeenSet() const
AWS_CODEGURUREVIEWER_API MetricsSummary()
bool SuppressedLinesOfCodeCountHasBeenSet() const