Class AwsRdsDbStatusInfo

    • Method Detail

      • statusType

        public final String statusType()

        The type of status. For a read replica, the status type is read replication.

        Returns:
        The type of status. For a read replica, the status type is read replication.
      • normal

        public final Boolean normal()

        Whether the read replica instance is operating normally.

        Returns:
        Whether the read replica instance is operating normally.
      • status

        public final String status()

        The status of the read replica instance.

        Returns:
        The status of the read replica instance.
      • message

        public final String message()

        If the read replica is currently in an error state, provides the error details.

        Returns:
        If the read replica is currently in an error state, provides the error details.
      • 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)