Class AggregateComplianceByConfigRule

    • Method Detail

      • configRuleName

        public final String configRuleName()

        The name of the Config rule.

        Returns:
        The name of the Config rule.
      • compliance

        public final Compliance compliance()

        Indicates whether an Amazon Web Services resource or Config rule is compliant and provides the number of contributors that affect the compliance.

        Returns:
        Indicates whether an Amazon Web Services resource or Config rule is compliant and provides the number of contributors that affect the compliance.
      • accountId

        public final String accountId()

        The 12-digit account ID of the source account.

        Returns:
        The 12-digit account ID of the source account.
      • awsRegion

        public final String awsRegion()

        The source region from where the data is aggregated.

        Returns:
        The source region from where the data is aggregated.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)