public class ListActivePairedVolumesResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ListActivePairedVolumesResult.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ListActivePairedVolumesResult() |
ListActivePairedVolumesResult(Volume[] volumes) |
Modifier and Type | Method and Description |
---|---|
ListActivePairedVolumesResult.Builder |
asBuilder() |
static ListActivePairedVolumesResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
Volume[] |
getVolumes()
Volume information for the paired volumes.
|
int |
hashCode() |
void |
setVolumes(Volume[] volumes) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
public Volume[] getVolumes()
public void setVolumes(Volume[] volumes)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString
in class java.lang.Object
public static ListActivePairedVolumesResult.Builder builder()
public final ListActivePairedVolumesResult.Builder asBuilder()