@Generated(value="software.amazon.awssdk:codegen") public final class DescribeVolumeStatusRequest extends Ec2Request implements ToCopyableBuilder<DescribeVolumeStatusRequest.Builder,DescribeVolumeStatusRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeVolumeStatusRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeVolumeStatusRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<Filter> |
filters()
The filters.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFilters()
For responses, this returns true if the service returned a value for the Filters property.
|
int |
hashCode() |
boolean |
hasVolumeIds()
For responses, this returns true if the service returned a value for the VolumeIds property.
|
Integer |
maxResults()
The maximum number of volume results returned by
DescribeVolumeStatus in paginated output. |
String |
nextToken()
The
NextToken value to include in a future DescribeVolumeStatus request. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeVolumeStatusRequest.Builder> |
serializableBuilderClass() |
DescribeVolumeStatusRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<String> |
volumeIds()
The IDs of the volumes.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasFilters()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<Filter> filters()
The filters.
action.code - The action code for the event (for example, enable-volume-io).
action.description - A description of the action.
action.event-id - The event ID associated with the action.
availability-zone - The Availability Zone of the instance.
event.description - A description of the event.
event.event-id - The event ID.
event.event-type - The event type (for io-enabled: passed |
failed; for io-performance: io-performance:degraded |
io-performance:severely-degraded | io-performance:stalled).
event.not-after - The latest end time for the event.
event.not-before - The earliest start time for the event.
volume-status.details-name - The cause for volume-status.status (
io-enabled | io-performance).
volume-status.details-status - The status of volume-status.details-name (for
io-enabled: passed | failed; for io-performance:
normal | degraded | severely-degraded | stalled).
volume-status.status - The status of the volume (ok | impaired |
warning | insufficient-data).
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasFilters() method.
action.code - The action code for the event (for example, enable-volume-io).
action.description - A description of the action.
action.event-id - The event ID associated with the action.
availability-zone - The Availability Zone of the instance.
event.description - A description of the event.
event.event-id - The event ID.
event.event-type - The event type (for io-enabled: passed |
failed; for io-performance: io-performance:degraded |
io-performance:severely-degraded | io-performance:stalled).
event.not-after - The latest end time for the event.
event.not-before - The earliest start time for the event.
volume-status.details-name - The cause for volume-status.status (
io-enabled | io-performance).
volume-status.details-status - The status of volume-status.details-name (for
io-enabled: passed | failed; for io-performance:
normal | degraded | severely-degraded | stalled).
volume-status.status - The status of the volume (ok | impaired |
warning | insufficient-data).
public final Integer maxResults()
The maximum number of volume results returned by DescribeVolumeStatus in paginated output. When this
parameter is used, the request only returns MaxResults results in a single page along with a
NextToken response element. The remaining results of the initial request can be seen by sending
another request with the returned NextToken value. This value can be between 5 and 1,000; if
MaxResults is given a value larger than 1,000, only 1,000 results are returned. If this parameter is
not used, then DescribeVolumeStatus returns all results. You cannot specify this parameter and the
volume IDs parameter in the same request.
DescribeVolumeStatus in paginated output.
When this parameter is used, the request only returns MaxResults results in a single page
along with a NextToken response element. The remaining results of the initial request can be
seen by sending another request with the returned NextToken value. This value can be between
5 and 1,000; if MaxResults is given a value larger than 1,000, only 1,000 results are
returned. If this parameter is not used, then DescribeVolumeStatus returns all results. You
cannot specify this parameter and the volume IDs parameter in the same request.public final String nextToken()
The NextToken value to include in a future DescribeVolumeStatus request. When the
results of the request exceed MaxResults, this value can be used to retrieve the next page of
results. This value is null when there are no more results to return.
NextToken value to include in a future DescribeVolumeStatus request. When
the results of the request exceed MaxResults, this value can be used to retrieve the next
page of results. This value is null when there are no more results to return.public final boolean hasVolumeIds()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> volumeIds()
The IDs of the volumes.
Default: Describes all your volumes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasVolumeIds() method.
Default: Describes all your volumes.
public DescribeVolumeStatusRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeVolumeStatusRequest.Builder,DescribeVolumeStatusRequest>toBuilder in class Ec2Requestpublic static DescribeVolumeStatusRequest.Builder builder()
public static Class<? extends DescribeVolumeStatusRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.