Class CachediSCSIVolume

    • Constructor Detail

      • CachediSCSIVolume

        public CachediSCSIVolume()
    • Method Detail

      • setVolumeARN

        public void setVolumeARN​(String volumeARN)
        Parameters:
        volumeARN -
      • getVolumeARN

        public String getVolumeARN()
        Returns:
      • withVolumeARN

        public CachediSCSIVolume withVolumeARN​(String volumeARN)
        Parameters:
        volumeARN -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVolumeId

        public void setVolumeId​(String volumeId)
        Parameters:
        volumeId -
      • getVolumeId

        public String getVolumeId()
        Returns:
      • withVolumeId

        public CachediSCSIVolume withVolumeId​(String volumeId)
        Parameters:
        volumeId -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVolumeType

        public void setVolumeType​(String volumeType)
        Parameters:
        volumeType -
      • getVolumeType

        public String getVolumeType()
        Returns:
      • withVolumeType

        public CachediSCSIVolume withVolumeType​(String volumeType)
        Parameters:
        volumeType -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVolumeStatus

        public void setVolumeStatus​(String volumeStatus)
        Parameters:
        volumeStatus -
      • getVolumeStatus

        public String getVolumeStatus()
        Returns:
      • withVolumeStatus

        public CachediSCSIVolume withVolumeStatus​(String volumeStatus)
        Parameters:
        volumeStatus -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVolumeSizeInBytes

        public void setVolumeSizeInBytes​(Long volumeSizeInBytes)
        Parameters:
        volumeSizeInBytes -
      • getVolumeSizeInBytes

        public Long getVolumeSizeInBytes()
        Returns:
      • withVolumeSizeInBytes

        public CachediSCSIVolume withVolumeSizeInBytes​(Long volumeSizeInBytes)
        Parameters:
        volumeSizeInBytes -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVolumeProgress

        public void setVolumeProgress​(Double volumeProgress)
        Parameters:
        volumeProgress -
      • getVolumeProgress

        public Double getVolumeProgress()
        Returns:
      • withVolumeProgress

        public CachediSCSIVolume withVolumeProgress​(Double volumeProgress)
        Parameters:
        volumeProgress -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSourceSnapshotId

        public void setSourceSnapshotId​(String sourceSnapshotId)
        Parameters:
        sourceSnapshotId -
      • getSourceSnapshotId

        public String getSourceSnapshotId()
        Returns:
      • withSourceSnapshotId

        public CachediSCSIVolume withSourceSnapshotId​(String sourceSnapshotId)
        Parameters:
        sourceSnapshotId -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVolumeiSCSIAttributes

        public void setVolumeiSCSIAttributes​(VolumeiSCSIAttributes volumeiSCSIAttributes)
        Parameters:
        volumeiSCSIAttributes -
      • withVolumeiSCSIAttributes

        public CachediSCSIVolume withVolumeiSCSIAttributes​(VolumeiSCSIAttributes volumeiSCSIAttributes)
        Parameters:
        volumeiSCSIAttributes -
        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