|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.opsworks.model.DescribeRaidArraysResult
public class DescribeRaidArraysResult
Contains the response to a DescribeRaidArrays request.
| Constructor Summary | |
|---|---|
DescribeRaidArraysResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeRaidArraysResult()
| Method Detail |
|---|
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 in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||