Class TrustedAdvisorCheckSummary

    • Method Detail

      • checkId

        public final String checkId()

        The unique identifier for the Trusted Advisor check.

        Returns:
        The unique identifier for the Trusted Advisor check.
      • timestamp

        public final String timestamp()

        The time of the last refresh of the check.

        Returns:
        The time of the last refresh of the check.
      • status

        public final String status()

        The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".

        Returns:
        The alert status of the check: "ok" (green), "warning" (yellow), "error" (red), or "not_available".
      • hasFlaggedResources

        public final Boolean hasFlaggedResources()

        Specifies whether the Trusted Advisor check has flagged resources.

        Returns:
        Specifies whether the Trusted Advisor check has flagged resources.
      • resourcesSummary

        public final TrustedAdvisorResourcesSummary resourcesSummary()
        Returns the value of the ResourcesSummary property for this object.
        Returns:
        The value of the ResourcesSummary property for this object.
      • categorySpecificSummary

        public final TrustedAdvisorCategorySpecificSummary categorySpecificSummary()

        Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.

        Returns:
        Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported.
      • 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)