@Generated(value="software.amazon.awssdk:codegen") public final class DescribeVolumesRequest extends OpsWorksRequest implements ToCopyableBuilder<DescribeVolumesRequest.Builder,DescribeVolumesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeVolumesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeVolumesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasVolumeIds()
Returns true if the VolumeIds property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
instanceId()
The instance ID.
|
String |
raidArrayId()
The RAID array ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeVolumesRequest.Builder> |
serializableBuilderClass() |
String |
stackId()
A stack ID.
|
DescribeVolumesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
volumeIds()
Am array of volume IDs.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String instanceId()
The instance ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes
associated with the specified instance.
DescribeVolumes returns descriptions of the
volumes associated with the specified instance.public String stackId()
A stack ID. The action describes the stack's registered Amazon EBS volumes.
public String raidArrayId()
The RAID array ID. If you use this parameter, DescribeVolumes returns descriptions of the volumes
associated with the specified RAID array.
DescribeVolumes returns descriptions of the
volumes associated with the specified RAID array.public boolean hasVolumeIds()
public List<String> volumeIds()
Am array of volume IDs. If you use this parameter, DescribeVolumes returns descriptions of the
specified volumes. Otherwise, it returns a description of every volume.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasVolumeIds() to see if a value was sent in this field.
DescribeVolumes returns descriptions of
the specified volumes. Otherwise, it returns a description of every volume.public DescribeVolumesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeVolumesRequest.Builder,DescribeVolumesRequest>toBuilder in class OpsWorksRequestpublic static DescribeVolumesRequest.Builder builder()
public static Class<? extends DescribeVolumesRequest.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 © 2020. All rights reserved.