Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.opsworks.model
Class DescribeRaidArraysRequest

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

public class DescribeRaidArraysRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeRaidArrays operation.

Describe an instance's RAID arrays.

See Also:
AWSOpsWorks.describeRaidArrays(DescribeRaidArraysRequest), Serialized Form

Constructor Summary
DescribeRaidArraysRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getInstanceId()
          The instance ID.
 List<String> getRaidArrayIds()
          An array of RAID array IDs.
 int hashCode()
           
 void setInstanceId(String instanceId)
          The instance ID.
 void setRaidArrayIds(Collection<String> raidArrayIds)
          An array of RAID array IDs.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeRaidArraysRequest withInstanceId(String instanceId)
          The instance ID.
 DescribeRaidArraysRequest withRaidArrayIds(Collection<String> raidArrayIds)
          An array of RAID array IDs.
 DescribeRaidArraysRequest withRaidArrayIds(String... raidArrayIds)
          An array of RAID array IDs.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeRaidArraysRequest

public DescribeRaidArraysRequest()
Method Detail

getInstanceId

public String getInstanceId()
The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions of the RAID arrays associated with the specified instance.

Returns:
The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions of the RAID arrays associated with the specified instance.

setInstanceId

public void setInstanceId(String instanceId)
The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions of the RAID arrays associated with the specified instance.

Parameters:
instanceId - The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions of the RAID arrays associated with the specified instance.

withInstanceId

public DescribeRaidArraysRequest withInstanceId(String instanceId)
The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions of the RAID arrays associated with the specified instance.

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

Parameters:
instanceId - The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions of the RAID arrays associated with the specified instance.
Returns:
A reference to this updated object so that method calls can be chained together.

getRaidArrayIds

public List<String> getRaidArrayIds()
An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.

Returns:
An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.

setRaidArrayIds

public void setRaidArrayIds(Collection<String> raidArrayIds)
An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.

Parameters:
raidArrayIds - An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.

withRaidArrayIds

public DescribeRaidArraysRequest withRaidArrayIds(String... raidArrayIds)
An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.

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

Parameters:
raidArrayIds - An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.
Returns:
A reference to this updated object so that method calls can be chained together.

withRaidArrayIds

public DescribeRaidArraysRequest withRaidArrayIds(Collection<String> raidArrayIds)
An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.

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

Parameters:
raidArrayIds - An array of RAID array IDs. If you use this parameter, DescribeRaidArrays returns descriptions of the specified arrays. Otherwise, it returns a description of every array.
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 © 2010 Amazon Web Services, Inc. All Rights Reserved.