|
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(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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeRaidArraysResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |