Class TapeRecoveryPointInfo

    • Constructor Detail

      • TapeRecoveryPointInfo

        public TapeRecoveryPointInfo()
    • Method Detail

      • setTapeARN

        public void setTapeARN​(String tapeARN)

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

        Parameters:
        tapeARN - The Amazon Resource Name (ARN) of the virtual tape.
      • getTapeARN

        public String getTapeARN()

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

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

        public TapeRecoveryPointInfo withTapeARN​(String tapeARN)

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

        Parameters:
        tapeARN - The Amazon Resource Name (ARN) of the virtual tape.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTapeRecoveryPointTime

        public void setTapeRecoveryPointTime​(Date tapeRecoveryPointTime)

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

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

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

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

      • getTapeRecoveryPointTime

        public Date getTapeRecoveryPointTime()

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

        The string 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 string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

      • withTapeRecoveryPointTime

        public TapeRecoveryPointInfo withTapeRecoveryPointTime​(Date tapeRecoveryPointTime)

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

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

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

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

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTapeSizeInBytes

        public void setTapeSizeInBytes​(Long tapeSizeInBytes)

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

        Parameters:
        tapeSizeInBytes - The size, in bytes, of the virtual tapes to recover.
      • getTapeSizeInBytes

        public Long getTapeSizeInBytes()

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

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

        public TapeRecoveryPointInfo withTapeSizeInBytes​(Long tapeSizeInBytes)

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

        Parameters:
        tapeSizeInBytes - The size, in bytes, of the virtual tapes to recover.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTapeStatus

        public void setTapeStatus​(String tapeStatus)
        Parameters:
        tapeStatus -
      • getTapeStatus

        public String getTapeStatus()
        Returns:
      • withTapeStatus

        public TapeRecoveryPointInfo withTapeStatus​(String tapeStatus)
        Parameters:
        tapeStatus -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object