public class DescribeRaidArraysResult
extends java.lang.Object
implements java.io.Serializable
Contains the response to a DescribeRaidArrays request.
| コンストラクタと説明 |
|---|
DescribeRaidArraysResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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. |
public java.util.List<RaidArray> getRaidArrays()
RaidArrays object that describes the specified RAID
arrays.RaidArrays object that describes the specified RAID
arrays.public void setRaidArrays(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object