19namespace CodeGuruReviewer
58 inline void SetMeteredLinesOfCodeCount(
long long value) { m_meteredLinesOfCodeCountHasBeenSet =
true; m_meteredLinesOfCodeCount = value; }
122 inline void SetFindingsCount(
long long value) { m_findingsCountHasBeenSet =
true; m_findingsCount = value; }
131 long long m_meteredLinesOfCodeCount;
132 bool m_meteredLinesOfCodeCountHasBeenSet =
false;
134 long long m_suppressedLinesOfCodeCount;
135 bool m_suppressedLinesOfCodeCountHasBeenSet =
false;
137 long long m_findingsCount;
138 bool m_findingsCountHasBeenSet =
false;
#define AWS_CODEGURUREVIEWER_API
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()