@Generated(value="software.amazon.awssdk:codegen") public final class VolumeStatusAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VolumeStatusAction.Builder,VolumeStatusAction>
Describes a volume status operation code.
Modifier and Type | Class and Description |
---|---|
static interface |
VolumeStatusAction.Builder |
Modifier and Type | Method and Description |
---|---|
static VolumeStatusAction.Builder |
builder() |
String |
code()
The code identifying the operation, for example,
enable-volume-io . |
String |
description()
A description of the operation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventId()
The ID of the event associated with this operation.
|
String |
eventType()
The event type associated with this operation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VolumeStatusAction.Builder> |
serializableBuilderClass() |
VolumeStatusAction.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String code()
The code identifying the operation, for example, enable-volume-io
.
enable-volume-io
.public final String description()
A description of the operation.
public final String eventId()
The ID of the event associated with this operation.
public final String eventType()
The event type associated with this operation.
public VolumeStatusAction.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<VolumeStatusAction.Builder,VolumeStatusAction>
public static VolumeStatusAction.Builder builder()
public static Class<? extends VolumeStatusAction.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.