Class SnapshotRecycleBinInfo

    • Method Detail

      • snapshotId

        public final String snapshotId()

        The ID of the snapshot.

        Returns:
        The ID of the snapshot.
      • recycleBinEnterTime

        public final Instant recycleBinEnterTime()

        The date and time when the snaphsot entered the Recycle Bin.

        Returns:
        The date and time when the snaphsot entered the Recycle Bin.
      • recycleBinExitTime

        public final Instant recycleBinExitTime()

        The date and time when the snapshot is to be permanently deleted from the Recycle Bin.

        Returns:
        The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
      • description

        public final String description()

        The description for the snapshot.

        Returns:
        The description for the snapshot.
      • volumeId

        public final String volumeId()

        The ID of the volume from which the snapshot was created.

        Returns:
        The ID of the volume from which the snapshot was created.
      • 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)