Class VolumeStatusEvent
java.lang.Object
software.amazon.awssdk.services.ec2.model.VolumeStatusEvent
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VolumeStatusEvent.Builder,VolumeStatusEvent>
@Generated("software.amazon.awssdk:codegen")
public final class VolumeStatusEvent
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<VolumeStatusEvent.Builder,VolumeStatusEvent>
Describes a volume status event.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic VolumeStatusEvent.Builderbuilder()final StringA description of the event.final booleanfinal booleanequalsBySdkFields(Object obj) final StringeventId()The ID of this event.final StringThe type of this event.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ID of the instance associated with the event.final InstantnotAfter()The latest end time of the event.final InstantThe earliest start time of the event.static Class<? extends VolumeStatusEvent.Builder>final StringtoString()Returns a string representation of this object.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
-
description
A description of the event.
- Returns:
- A description of the event.
-
eventId
The ID of this event.
- Returns:
- The ID of this event.
-
eventType
The type of this event.
- Returns:
- The type of this event.
-
notAfter
The latest end time of the event.
- Returns:
- The latest end time of the event.
-
notBefore
The earliest start time of the event.
- Returns:
- The earliest start time of the event.
-
instanceId
The ID of the instance associated with the event.
- Returns:
- The ID of the instance associated with the event.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<VolumeStatusEvent.Builder,VolumeStatusEvent>
-
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
-