Class VolumeStatusItem

    • Constructor Detail

      • VolumeStatusItem

        public VolumeStatusItem()
    • Method Detail

      • setVolumeId

        public void setVolumeId​(String volumeId)

        The volume ID.

        Parameters:
        volumeId - The volume ID.
      • getVolumeId

        public String getVolumeId()

        The volume ID.

        Returns:
        The volume ID.
      • withVolumeId

        public VolumeStatusItem withVolumeId​(String volumeId)

        The volume ID.

        Parameters:
        volumeId - The volume ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAvailabilityZone

        public void setAvailabilityZone​(String availabilityZone)

        The Availability Zone of the volume.

        Parameters:
        availabilityZone - The Availability Zone of the volume.
      • getAvailabilityZone

        public String getAvailabilityZone()

        The Availability Zone of the volume.

        Returns:
        The Availability Zone of the volume.
      • withAvailabilityZone

        public VolumeStatusItem withAvailabilityZone​(String availabilityZone)

        The Availability Zone of the volume.

        Parameters:
        availabilityZone - The Availability Zone of the volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVolumeStatus

        public void setVolumeStatus​(VolumeStatusInfo volumeStatus)

        The volume status.

        Parameters:
        volumeStatus - The volume status.
      • getVolumeStatus

        public VolumeStatusInfo getVolumeStatus()

        The volume status.

        Returns:
        The volume status.
      • withVolumeStatus

        public VolumeStatusItem withVolumeStatus​(VolumeStatusInfo volumeStatus)

        The volume status.

        Parameters:
        volumeStatus - The volume status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getEvents

        public List<VolumeStatusEvent> getEvents()

        A list of events associated with the volume.

        Returns:
        A list of events associated with the volume.
      • setEvents

        public void setEvents​(Collection<VolumeStatusEvent> events)

        A list of events associated with the volume.

        Parameters:
        events - A list of events associated with the volume.
      • withEvents

        public VolumeStatusItem withEvents​(Collection<VolumeStatusEvent> events)

        A list of events associated with the volume.

        Parameters:
        events - A list of events associated with the volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getActions

        public List<VolumeStatusAction> getActions()

        The details of the operation.

        Returns:
        The details of the operation.
      • setActions

        public void setActions​(Collection<VolumeStatusAction> actions)

        The details of the operation.

        Parameters:
        actions - The details of the operation.
      • withActions

        public VolumeStatusItem withActions​(Collection<VolumeStatusAction> actions)

        The details of the operation.

        Parameters:
        actions - The details of the operation.
        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