public class DescribeRaidArraysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeRaidArrays operation
.
Describe an instance's RAID arrays.
NOTE: You must specify at least one of the parameters.
Required Permissions : To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .
NOOP
Constructor and Description |
---|
DescribeRaidArraysRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeRaidArraysRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The instance ID.
|
List<String> |
getRaidArrayIds()
An array of RAID array IDs.
|
String |
getStackId()
The stack ID.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The instance ID.
|
void |
setRaidArrayIds(Collection<String> raidArrayIds)
An array of RAID array IDs.
|
void |
setStackId(String stackId)
The stack ID.
|
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.
|
DescribeRaidArraysRequest |
withStackId(String stackId)
The stack ID.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, 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 String getStackId()
public void setStackId(String stackId)
stackId
- The stack ID.public DescribeRaidArraysRequest withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId
- The stack ID.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.
NOTE: This method appends the values to the existing list (if
any). Use setRaidArrayIds(java.util.Collection)
or withRaidArrayIds(java.util.Collection)
if you want to override the
existing values.
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 DescribeRaidArraysRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.