public class DescribeRaidArraysResult extends Object implements Serializable
Contains the response to a DescribeRaidArrays
request.
Constructor and Description |
---|
DescribeRaidArraysResult() |
Modifier and Type | Method and Description |
---|---|
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()
RaidArrays
object that describes the specified RAID
arrays.RaidArrays
object that describes the specified RAID
arrays.public void setRaidArrays(Collection<RaidArray> raidArrays)
RaidArrays
object that describes the specified RAID
arrays.raidArrays
- A RaidArrays
object that describes the specified RAID
arrays.public DescribeRaidArraysResult withRaidArrays(RaidArray... raidArrays)
RaidArrays
object that describes the specified RAID
arrays.
Returns a reference to this object so that method calls can be chained together.
raidArrays
- A RaidArrays
object that describes the specified RAID
arrays.public DescribeRaidArraysResult withRaidArrays(Collection<RaidArray> raidArrays)
RaidArrays
object that describes the specified RAID
arrays.
Returns a reference to this object so that method calls can be chained together.
raidArrays
- A RaidArrays
object that describes the specified RAID
arrays.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.