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()

        A Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.

        Returns:
        A Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
      • status

        public final String status()

        Status of the instance. For a StatusType of read replica, the values can be replicating , error, stopped, or terminated.

        Returns:
        Status of the instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.
      • message

        public final String message()

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

        Returns:
        Details of the error if there is an error for the instance. If the instance is not 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)