Class SourceRegion

    • Method Detail

      • regionName

        public final String regionName()

        The name of the source Amazon Web Services Region.

        Returns:
        The name of the source Amazon Web Services Region.
      • endpoint

        public final String endpoint()

        The endpoint for the source Amazon Web Services Region endpoint.

        Returns:
        The endpoint for the source Amazon Web Services Region endpoint.
      • status

        public final String status()

        The status of the source Amazon Web Services Region.

        Returns:
        The status of the source Amazon Web Services Region.
      • supportsDBInstanceAutomatedBackupsReplication

        public final Boolean supportsDBInstanceAutomatedBackupsReplication()

        Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.

        Returns:
        Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
      • 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)