@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) |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SnapshotErrorMessage.Builder,SnapshotErrorMessage>
public static SnapshotErrorMessage.Builder builder()
public static Class<? extends SnapshotErrorMessage.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.