public class DescribeRaidArraysResult extends Object implements Serializable, Cloneable
Contains the response to a DescribeRaidArrays
request.
Constructor and Description |
---|
DescribeRaidArraysResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRaidArraysResult |
clone() |
boolean |
equals(Object obj) |
List<RaidArray> |
getRaidArrays()
A
RaidArrays object that describes the specified RAID
arrays. |
int |
hashCode() |
void |
setRaidArrays(Collection<RaidArray> raidArrays)
A
RaidArrays object that describes the specified RAID
arrays. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRaidArraysResult |
withRaidArrays(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. |
public List<RaidArray> getRaidArrays()
A RaidArrays
object that describes the specified RAID
arrays.
RaidArrays
object that describes the specified
RAID arrays.public void setRaidArrays(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(Collection<RaidArray> raidArrays)
A RaidArrays
object that describes the specified RAID
arrays.
raidArrays
- A RaidArrays
object that describes the specified RAID
arrays.public String toString()
toString
in class Object
Object.toString()
public DescribeRaidArraysResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.