Class CisCheckAggregation

    • Method Detail

      • accountId

        public final String accountId()

        The account ID for the CIS check.

        Returns:
        The account ID for the CIS check.
      • checkDescription

        public final String checkDescription()

        The description for the CIS check.

        Returns:
        The description for the CIS check.
      • checkId

        public final String checkId()

        The check ID for the CIS check.

        Returns:
        The check ID for the CIS check.
      • platform

        public final String platform()

        The CIS check platform.

        Returns:
        The CIS check platform.
      • scanArn

        public final String scanArn()

        The scan ARN for the CIS check scan ARN.

        Returns:
        The scan ARN for the CIS check scan ARN.
      • statusCounts

        public final StatusCounts statusCounts()

        The CIS check status counts.

        Returns:
        The CIS check status counts.
      • title

        public final String title()

        The CIS check title.

        Returns:
        The CIS check title.
      • 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)