Class DescribeRaidArraysResult
java.lang.Object
com.amazonaws.services.opsworks.model.DescribeRaidArraysResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a DescribeRaidArrays
request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
ARaidArrays
object that describes the specified RAID arrays.int
hashCode()
void
setRaidArrays
(Collection<RaidArray> raidArrays) ARaidArrays
object that describes the specified RAID arrays.toString()
Returns a string representation of this object; useful for testing and debugging.withRaidArrays
(RaidArray... raidArrays) ARaidArrays
object that describes the specified RAID arrays.withRaidArrays
(Collection<RaidArray> raidArrays) ARaidArrays
object that describes the specified RAID arrays.
-
Constructor Details
-
DescribeRaidArraysResult
public DescribeRaidArraysResult()
-
-
Method Details
-
getRaidArrays
A
RaidArrays
object that describes the specified RAID arrays.- Returns:
- A
RaidArrays
object that describes the specified RAID arrays.
-
setRaidArrays
A
RaidArrays
object that describes the specified RAID arrays.- Parameters:
raidArrays
- ARaidArrays
object that describes the specified RAID arrays.
-
withRaidArrays
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)
orwithRaidArrays(java.util.Collection)
if you want to override the existing values.- Parameters:
raidArrays
- ARaidArrays
object that describes the specified RAID arrays.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRaidArrays
A
RaidArrays
object that describes the specified RAID arrays.- Parameters:
raidArrays
- ARaidArrays
object that describes the specified RAID arrays.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-