Class ComplianceContributorCount

    • Constructor Detail

      • ComplianceContributorCount

        public ComplianceContributorCount()
    • Method Detail

      • setCappedCount

        public void setCappedCount​(Integer cappedCount)

        The number of AWS resources or AWS Config rules responsible for the current compliance of the item.

        Parameters:
        cappedCount - The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
      • getCappedCount

        public Integer getCappedCount()

        The number of AWS resources or AWS Config rules responsible for the current compliance of the item.

        Returns:
        The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
      • withCappedCount

        public ComplianceContributorCount withCappedCount​(Integer cappedCount)

        The number of AWS resources or AWS Config rules responsible for the current compliance of the item.

        Parameters:
        cappedCount - The number of AWS resources or AWS Config rules responsible for the current compliance of the item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCapExceeded

        public void setCapExceeded​(Boolean capExceeded)

        Indicates whether the maximum count is reached.

        Parameters:
        capExceeded - Indicates whether the maximum count is reached.
      • getCapExceeded

        public Boolean getCapExceeded()

        Indicates whether the maximum count is reached.

        Returns:
        Indicates whether the maximum count is reached.
      • withCapExceeded

        public ComplianceContributorCount withCapExceeded​(Boolean capExceeded)

        Indicates whether the maximum count is reached.

        Parameters:
        capExceeded - Indicates whether the maximum count is reached.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isCapExceeded

        public Boolean isCapExceeded()

        Indicates whether the maximum count is reached.

        Returns:
        Indicates whether the maximum count is reached.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object