Class VolumeStatusAction
java.lang.Object
software.amazon.awssdk.services.ec2.model.VolumeStatusAction
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VolumeStatusAction.Builder,VolumeStatusAction>
@Generated("software.amazon.awssdk:codegen")
public final class VolumeStatusAction
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<VolumeStatusAction.Builder,VolumeStatusAction>
Describes a volume status operation code.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic VolumeStatusAction.Builderbuilder()final Stringcode()The code identifying the operation, for example,enable-volume-io.final StringA description of the operation.final booleanfinal booleanequalsBySdkFields(Object obj) final StringeventId()The ID of the event associated with this operation.final StringThe event type associated with this operation.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends VolumeStatusAction.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
-
code
The code identifying the operation, for example,
enable-volume-io.- Returns:
- The code identifying the operation, for example,
enable-volume-io.
-
description
A description of the operation.
- Returns:
- A description of the operation.
-
eventId
The ID of the event associated with this operation.
- Returns:
- The ID of the event associated with this operation.
-
eventType
The event type associated with this operation.
- Returns:
- The event type associated with this operation.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<VolumeStatusAction.Builder,VolumeStatusAction>
-
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
-