@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 String snapshotIdentifier()
A unique identifier for the snapshot returning the error.
public String snapshotClusterIdentifier()
A unique identifier for the cluster.
public String failureCode()
The failure code for the error.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.