public class DescribeRaidArraysResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a DescribeRaidArrays
request.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<RaidArray> |
raidArrays
A
RaidArrays object that describes the specified RAID
arrays. |
Constructor and Description |
---|
DescribeRaidArraysResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRaidArraysResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<RaidArray> |
getRaidArrays()
A
RaidArrays object that describes the specified RAID
arrays. |
int |
hashCode() |
void |
setRaidArrays(java.util.Collection<RaidArray> raidArrays)
A
RaidArrays object that describes the specified RAID
arrays. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRaidArraysResult |
withRaidArrays(java.util.Collection<RaidArray> raidArrays)
A
RaidArrays object that describes the specified RAID
arrays. |
DescribeRaidArraysResult |
withRaidArrays(RaidArray... raidArrays)
A
RaidArrays object that describes the specified RAID
arrays. |
private SdkInternalList<RaidArray> raidArrays
A RaidArrays
object that describes the specified RAID
arrays.
public java.util.List<RaidArray> getRaidArrays()
A RaidArrays
object that describes the specified RAID
arrays.
RaidArrays
object that describes the specified
RAID arrays.public void setRaidArrays(java.util.Collection<RaidArray> raidArrays)
A RaidArrays
object that describes the specified RAID
arrays.
raidArrays
- A RaidArrays
object that describes the specified RAID
arrays.public DescribeRaidArraysResult withRaidArrays(RaidArray... raidArrays)
A RaidArrays
object that describes the specified RAID
arrays.
NOTE: This method appends the values to the existing list (if
any). Use setRaidArrays(java.util.Collection)
or
withRaidArrays(java.util.Collection)
if you want to override the
existing values.
raidArrays
- A RaidArrays
object that describes the specified RAID
arrays.public DescribeRaidArraysResult withRaidArrays(java.util.Collection<RaidArray> raidArrays)
A RaidArrays
object that describes the specified RAID
arrays.
raidArrays
- A RaidArrays
object that describes the specified RAID
arrays.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeRaidArraysResult clone()
clone
in class java.lang.Object