Class VolumeStatusItem
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VolumeStatusItem.Builder,VolumeStatusItem>
Describes the volume status.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal List<VolumeStatusAction>actions()The details of the operation.final List<VolumeStatusAttachmentStatus>Information about the instances to which the volume is attached.final StringThe Availability Zone of the volume.final StringThe ID of the Availability Zone.static VolumeStatusItem.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final List<VolumeStatusEvent>events()A list of events associated with the volume.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final booleanFor responses, this returns true if the service returned a value for the Actions property.final booleanFor responses, this returns true if the service returned a value for the AttachmentStatuses property.final booleanFor responses, this returns true if the service returned a value for the Events property.final inthashCode()Information about the volume initialization.final StringThe Amazon Resource Name (ARN) of the Outpost.static Class<? extends VolumeStatusItem.Builder>final StringtoString()Returns a string representation of this object.final StringvolumeId()The volume ID.final VolumeStatusInfoThe volume status.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
hasActions
public final boolean hasActions()For responses, this returns true if the service returned a value for the Actions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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. -
actions
The details of the operation.
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
hasActions()method.- Returns:
- The details of the operation.
-
availabilityZone
The Availability Zone of the volume.
- Returns:
- The Availability Zone of the volume.
-
outpostArn
The Amazon Resource Name (ARN) of the Outpost.
- Returns:
- The Amazon Resource Name (ARN) of the Outpost.
-
hasEvents
public final boolean hasEvents()For responses, this returns true if the service returned a value for the Events property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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. -
events
A list of events associated with the volume.
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
hasEvents()method.- Returns:
- A list of events associated with the volume.
-
volumeId
The volume ID.
- Returns:
- The volume ID.
-
volumeStatus
The volume status.
- Returns:
- The volume status.
-
hasAttachmentStatuses
public final boolean hasAttachmentStatuses()For responses, this returns true if the service returned a value for the AttachmentStatuses property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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. -
attachmentStatuses
Information about the instances to which the volume is attached.
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
hasAttachmentStatuses()method.- Returns:
- Information about the instances to which the volume is attached.
-
initializationStatusDetails
Information about the volume initialization. It can take up to 5 minutes for the volume initialization information to be updated.
Only available for volumes created from snapshots. Not available for empty volumes created without a snapshot.
For more information, see Initialize Amazon EBS volumes.
- Returns:
- Information about the volume initialization. It can take up to 5 minutes for the volume initialization
information to be updated.
Only available for volumes created from snapshots. Not available for empty volumes created without a snapshot.
For more information, see Initialize Amazon EBS volumes.
-
availabilityZoneId
The ID of the Availability Zone.
- Returns:
- The ID of the Availability Zone.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<VolumeStatusItem.Builder,VolumeStatusItem>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-