@Generated(value="software.amazon.awssdk:codegen") public final class SnapshotSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SnapshotSummary.Builder,SnapshotSummary>
The summary of the properties of a snapshot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SnapshotSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotSummary.Builder |
builder() |
Instant |
created()
The timestamp of when the snapshot was created.
|
String |
description()
The description of the snapshot.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the snapshot.
|
Instant |
lastUpdated()
Then timestamp of when the snapshot was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SnapshotSummary.Builder> |
serializableBuilderClass() |
SnapshotSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant created()
The timestamp of when the snapshot was created.
public final String description()
The description of the snapshot.
public final String id()
The identifier of the snapshot.
public final Instant lastUpdated()
Then timestamp of when the snapshot was last updated.
public SnapshotSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SnapshotSummary.Builder,SnapshotSummary>public static SnapshotSummary.Builder builder()
public static Class<? extends SnapshotSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.