Class RestoreSummary

    • Method Detail

      • sourceBackupArn

        public final String sourceBackupArn()

        The Amazon Resource Name (ARN) of the backup from which the table was restored.

        Returns:
        The Amazon Resource Name (ARN) of the backup from which the table was restored.
      • sourceTableArn

        public final String sourceTableArn()

        The ARN of the source table of the backup that is being restored.

        Returns:
        The ARN of the source table of the backup that is being restored.
      • restoreDateTime

        public final Instant restoreDateTime()

        Point in time or source backup time.

        Returns:
        Point in time or source backup time.
      • restoreInProgress

        public final Boolean restoreInProgress()

        Indicates if a restore is in progress or not.

        Returns:
        Indicates if a restore is in progress or not.
      • 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)