Class TapeRecoveryPointInfo

    • Method Detail

      • tapeARN

        public final String tapeARN()

        The Amazon Resource Name (ARN) of the virtual tape.

        Returns:
        The Amazon Resource Name (ARN) of the virtual tape.
      • tapeRecoveryPointTime

        public final Instant tapeRecoveryPointTime()

        The time when the point-in-time view of the virtual tape was replicated for later recovery.

        The default timestamp format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

        Returns:
        The time when the point-in-time view of the virtual tape was replicated for later recovery.

        The default timestamp format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

      • tapeSizeInBytes

        public final Long tapeSizeInBytes()

        The size, in bytes, of the virtual tapes to recover.

        Returns:
        The size, in bytes, of the virtual tapes to recover.
      • tapeStatus

        public final String tapeStatus()

        The status of the virtual tapes.

        Returns:
        The status of the virtual tapes.
      • 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)