java.lang.Object
com.hack23.sonar.cloudformation.reports.cfnnag.CfnNagReport

public final class CfnNagReport extends Object
The Class CfnNagReport.
  • Constructor Details

    • CfnNagReport

      public CfnNagReport()
  • Method Details

    • getFailureCount

      public int getFailureCount()
      Gets the failure count.
      Returns:
      the failure count
    • setFailureCount

      public void setFailureCount(int failureCount)
      Sets the failure count.
      Parameters:
      failureCount - the new failure count
    • getViolations

      public List<CfnNagViolation> getViolations()
      Gets the violations.
      Returns:
      the violations
    • setViolations

      public void setViolations(List<CfnNagViolation> violations)
      Sets the violations.
      Parameters:
      violations - the new violations
    • toString

      public String toString()
      To string.
      Overrides:
      toString in class Object
      Returns:
      the string
    • equals

      public boolean equals(Object object)
      Equals.
      Overrides:
      equals in class Object
      Parameters:
      object - the object
      Returns:
      true, if successful
    • hashCode

      public int hashCode()
      Hash code.
      Overrides:
      hashCode in class Object
      Returns:
      the int