Class ResourceResult

    • Method Detail

      • componentId

        public final String componentId()

        The component id of the resource.

        Returns:
        The component id of the resource.
      • lastCheckedTimestamp

        public final Instant lastCheckedTimestamp()

        The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.

        Returns:
        The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.
      • readiness

        public final Readiness readiness()

        The readiness of a resource.

        If the service returns an enum value that is not available in the current SDK version, readiness will return Readiness.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from readinessAsString().

        Returns:
        The readiness of a resource.
        See Also:
        Readiness
      • readinessAsString

        public final String readinessAsString()

        The readiness of a resource.

        If the service returns an enum value that is not available in the current SDK version, readiness will return Readiness.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from readinessAsString().

        Returns:
        The readiness of a resource.
        See Also:
        Readiness
      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) of the resource.

        Returns:
        The Amazon Resource Name (ARN) of the resource.
      • 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)