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