com.amazonaws.services.opsworks.model
Class DescribeRaidArraysResult

java.lang.Object
  extended by com.amazonaws.services.opsworks.model.DescribeRaidArraysResult
All Implemented Interfaces:
Serializable

public class DescribeRaidArraysResult
extends Object
implements Serializable

Contains the response to a DescribeRaidArrays request.

See Also:
Serialized Form

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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeRaidArraysResult

public DescribeRaidArraysResult()
Method Detail

getRaidArrays

public List<RaidArray> getRaidArrays()
A RaidArrays object that describes the specified RAID arrays.

Returns:
A RaidArrays object that describes the specified RAID arrays.

setRaidArrays

public void setRaidArrays(Collection<RaidArray> raidArrays)
A RaidArrays object that describes the specified RAID arrays.

Parameters:
raidArrays - A RaidArrays object that describes the specified RAID arrays.

withRaidArrays

public DescribeRaidArraysResult withRaidArrays(RaidArray... raidArrays)
A RaidArrays object that describes the specified RAID arrays.

Returns a reference to this object so that method calls can be chained together.

Parameters:
raidArrays - A RaidArrays object that describes the specified RAID arrays.
Returns:
A reference to this updated object so that method calls can be chained together.

withRaidArrays

public DescribeRaidArraysResult withRaidArrays(Collection<RaidArray> raidArrays)
A RaidArrays object that describes the specified RAID arrays.

Returns a reference to this object so that method calls can be chained together.

Parameters:
raidArrays - A RaidArrays object that describes the specified RAID arrays.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.