@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRaidArraysRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeRaidArraysRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeRaidArraysRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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.
instanceId
- The instance ID. If you use this parameter, DescribeRaidArrays
returns descriptions of the
RAID arrays associated with the specified instance.public String getInstanceId()
The instance ID. If you use this parameter, 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 DescribeRaidArraysRequest withInstanceId(String instanceId)
The instance ID. If you use this parameter, 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 void setStackId(String stackId)
The stack ID.
stackId
- The stack ID.public String getStackId()
The stack ID.
public DescribeRaidArraysRequest withStackId(String stackId)
The stack ID.
stackId
- The stack ID.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.
DescribeRaidArrays
returns
descriptions of the specified arrays. Otherwise, it returns a description of every array.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.
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)
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.
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.
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)
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.
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.