Class ResourceCountsSummary

    • Method Detail

      • behindMajor

        public final Integer behindMajor()

        The number of resources of this type in the Amazon Web Services account that need a major template version update.

        Returns:
        The number of resources of this type in the Amazon Web Services account that need a major template version update.
      • behindMinor

        public final Integer behindMinor()

        The number of resources of this type in the Amazon Web Services account that need a minor template version update.

        Returns:
        The number of resources of this type in the Amazon Web Services account that need a minor template version update.
      • failed

        public final Integer failed()

        The number of resources of this type in the Amazon Web Services account that failed to deploy.

        Returns:
        The number of resources of this type in the Amazon Web Services account that failed to deploy.
      • total

        public final Integer total()

        The total number of resources of this type in the Amazon Web Services account.

        Returns:
        The total number of resources of this type in the Amazon Web Services account.
      • upToDate

        public final Integer upToDate()

        The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.

        Returns:
        The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
      • 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)