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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVolumeStatusAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VolumeStatusAction.Builderbuilder()Stringcode()The code identifying the operation, for example,enable-volume-io.Stringdescription()A description of the operation.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeventId()The ID of the event associated with this operation.StringeventType()The event type associated with this operation.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends VolumeStatusAction.Builder>serializableBuilderClass()VolumeStatusAction.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
code
public final String code()
The code identifying the operation, for example,
enable-volume-io.- Returns:
- The code identifying the operation, for example,
enable-volume-io.
-
description
public final String description()
A description of the operation.
- Returns:
- A description of the operation.
-
eventId
public final String eventId()
The ID of the event associated with this operation.
- Returns:
- The ID of the event associated with this operation.
-
eventType
public final String eventType()
The event type associated with this operation.
- Returns:
- The event type associated with this operation.
-
toBuilder
public VolumeStatusAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VolumeStatusAction.Builder,VolumeStatusAction>
-
builder
public static VolumeStatusAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends VolumeStatusAction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-