@Generated(value="software.amazon.awssdk:codegen") public final class SnapshotErrorMessage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SnapshotErrorMessage.Builder,SnapshotErrorMessage>
Describes the errors returned by a snapshot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SnapshotErrorMessage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotErrorMessage.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureCode()
The failure code for the error.
|
String |
failureReason()
The text message describing the error.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SnapshotErrorMessage.Builder> |
serializableBuilderClass() |
String |
snapshotClusterIdentifier()
A unique identifier for the cluster.
|
String |
snapshotIdentifier()
A unique identifier for the snapshot returning the error.
|
SnapshotErrorMessage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String snapshotIdentifier()
A unique identifier for the snapshot returning the error.
public final String snapshotClusterIdentifier()
A unique identifier for the cluster.
public final String failureCode()
The failure code for the error.
public final String failureReason()
The text message describing the error.
public SnapshotErrorMessage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SnapshotErrorMessage.Builder,SnapshotErrorMessage>public static SnapshotErrorMessage.Builder builder()
public static Class<? extends SnapshotErrorMessage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.