|
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.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.DescribeRaidArraysRequest
public class DescribeRaidArraysRequest
Container for the parameters to the DescribeRaidArrays operation
.
Describe an instance's RAID arrays.
AWSOpsWorks.describeRaidArrays(DescribeRaidArraysRequest)
,
Serialized FormConstructor 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 |
---|
public DescribeRaidArraysRequest()
Method Detail |
---|
public String getInstanceId()
DescribeRaidArrays
returns descriptions of the RAID
arrays associated with the specified instance.
DescribeRaidArrays
returns descriptions of the RAID
arrays associated with the specified instance.public void setInstanceId(String instanceId)
DescribeRaidArrays
returns descriptions of the RAID
arrays associated with the specified instance.
instanceId
- The instance ID. If you use this parameter,
DescribeRaidArrays
returns descriptions of the RAID
arrays associated with the specified instance.public DescribeRaidArraysRequest withInstanceId(String instanceId)
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.
instanceId
- The instance ID. If you use this parameter,
DescribeRaidArrays
returns descriptions of the RAID
arrays associated with the specified instance.
public List<String> getRaidArrayIds()
DescribeRaidArrays
returns descriptions of the specified
arrays. Otherwise, it returns a description of every array.
DescribeRaidArrays
returns descriptions of the specified
arrays. Otherwise, it returns a description of every array.public void setRaidArrayIds(Collection<String> raidArrayIds)
DescribeRaidArrays
returns descriptions of the specified
arrays. Otherwise, it returns a description of every array.
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.public DescribeRaidArraysRequest withRaidArrayIds(String... raidArrayIds)
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.
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.
public DescribeRaidArraysRequest withRaidArrayIds(Collection<String> raidArrayIds)
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.
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.
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 |