Class VolumeStatusDetails

java.lang.Object
com.amazonaws.services.ec2.model.VolumeStatusDetails
All Implemented Interfaces:
Serializable, Cloneable

public class VolumeStatusDetails extends Object implements Serializable, Cloneable

Describes a volume status.

See Also:
  • Constructor Details

    • VolumeStatusDetails

      public VolumeStatusDetails()
  • Method Details

    • setName

      public void setName(String name)

      The name of the volume status.

      Parameters:
      name - The name of the volume status.
      See Also:
    • getName

      public String getName()

      The name of the volume status.

      Returns:
      The name of the volume status.
      See Also:
    • withName

      public VolumeStatusDetails withName(String name)

      The name of the volume status.

      Parameters:
      name - The name of the volume status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setName

      public void setName(VolumeStatusName name)

      The name of the volume status.

      Parameters:
      name - The name of the volume status.
      See Also:
    • withName

      public VolumeStatusDetails withName(VolumeStatusName name)

      The name of the volume status.

      Parameters:
      name - The name of the volume status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setStatus

      public void setStatus(String status)

      The intended status of the volume status.

      Parameters:
      status - The intended status of the volume status.
    • getStatus

      public String getStatus()

      The intended status of the volume status.

      Returns:
      The intended status of the volume status.
    • withStatus

      public VolumeStatusDetails withStatus(String status)

      The intended status of the volume status.

      Parameters:
      status - The intended status of the volume status.
      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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public VolumeStatusDetails clone()
      Overrides:
      clone in class Object