@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) |
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, waitcopypublic String code()
The code identifying the operation, for example, enable-volume-io.
enable-volume-io.public String description()
A description of the operation.
public String eventId()
The ID of the event associated with this operation.
public 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 String toString()
Copyright © 2019. All rights reserved.