Class DestinationBackup

    • Method Detail

      • createTimestamp

        public final Instant createTimestamp()

        The date and time when both the source backup was created.

        Returns:
        The date and time when both the source backup was created.
      • sourceRegion

        public final String sourceRegion()

        The AWS region that contains the source backup from which the new backup was copied.

        Returns:
        The AWS region that contains the source backup from which the new backup was copied.
      • sourceBackup

        public final String sourceBackup()

        The identifier (ID) of the source backup from which the new backup was copied.

        Returns:
        The identifier (ID) of the source backup from which the new backup was copied.
      • sourceCluster

        public final String sourceCluster()

        The identifier (ID) of the cluster containing the source backup from which the new backup was copied.

        Returns:
        The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
      • 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)