public class DescribeRaidArraysRequest extends AmazonWebServiceRequest implements Serializable
DescribeRaidArrays operation
.
Describe an instance's RAID arrays.
NOTE:You must specify at least one of the parameters.
Constructor and Description |
---|
DescribeRaidArraysRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.