@Generated(value="software.amazon.awssdk:codegen") public final class SnapshotRecycleBinInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SnapshotRecycleBinInfo.Builder,SnapshotRecycleBinInfo>
Information about a snapshot that is currently in the Recycle Bin.
Modifier and Type | Class and Description |
---|---|
static interface |
SnapshotRecycleBinInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static SnapshotRecycleBinInfo.Builder |
builder() |
String |
description()
The description for the snapshot.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
recycleBinEnterTime()
The date and time when the snaphsot entered the Recycle Bin.
|
Instant |
recycleBinExitTime()
The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SnapshotRecycleBinInfo.Builder> |
serializableBuilderClass() |
String |
snapshotId()
The ID of the snapshot.
|
SnapshotRecycleBinInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
volumeId()
The ID of the volume from which the snapshot was created.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String snapshotId()
The ID of the snapshot.
public final Instant recycleBinEnterTime()
The date and time when the snaphsot entered the Recycle Bin.
public final Instant recycleBinExitTime()
The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
public final String description()
The description for the snapshot.
public final String volumeId()
The ID of the volume from which the snapshot was created.
public SnapshotRecycleBinInfo.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<SnapshotRecycleBinInfo.Builder,SnapshotRecycleBinInfo>
public static SnapshotRecycleBinInfo.Builder builder()
public static Class<? extends SnapshotRecycleBinInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.