@Generated(value="software.amazon.awssdk:codegen") public final class DescribeRaidArraysRequest extends OpsWorksRequest implements ToCopyableBuilder<DescribeRaidArraysRequest.Builder,DescribeRaidArraysRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeRaidArraysRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeRaidArraysRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The instance ID.
|
List<String> |
raidArrayIds()
An array of RAID array IDs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeRaidArraysRequest.Builder> |
serializableBuilderClass() |
String |
stackId()
The stack ID.
|
DescribeRaidArraysRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String instanceId()
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 String stackId()
The stack ID.
public List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
DescribeRaidArrays returns
descriptions of the specified arrays. Otherwise, it returns a description of every array.public DescribeRaidArraysRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeRaidArraysRequest.Builder,DescribeRaidArraysRequest>toBuilder in class OpsWorksRequestpublic static DescribeRaidArraysRequest.Builder builder()
public static Class<? extends DescribeRaidArraysRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.