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()booleanARaidArraysobject that describes the specified RAID arrays.inthashCode()voidsetRaidArrays(Collection<RaidArray> raidArrays) ARaidArraysobject that describes the specified RAID arrays.toString()Returns a string representation of this object; useful for testing and debugging.withRaidArrays(RaidArray... raidArrays) ARaidArraysobject that describes the specified RAID arrays.withRaidArrays(Collection<RaidArray> raidArrays) ARaidArraysobject that describes the specified RAID arrays.
-
Constructor Details
-
DescribeRaidArraysResult
public DescribeRaidArraysResult()
-
-
Method Details
-
getRaidArrays
-
setRaidArrays
A
RaidArraysobject that describes the specified RAID arrays.- Parameters:
raidArrays- ARaidArraysobject that describes the specified RAID arrays.
-
withRaidArrays
A
RaidArraysobject 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- ARaidArraysobject that describes the specified RAID arrays.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRaidArrays
A
RaidArraysobject that describes the specified RAID arrays.- Parameters:
raidArrays- ARaidArraysobject that describes the specified RAID arrays.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-