Class DBInstanceStatusInfo

    • Method Detail

      • statusType

        public final String statusType()

        This value is currently "read replication."

        Returns:
        This value is currently "read replication."
      • normal

        public final Boolean normal()

        Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).

        Returns:
        Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).
      • status

        public final String status()

        The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.

        Returns:
        The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
      • message

        public final String message()

        Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.

        Returns:
        Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.
      • 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)