@Generated(value="software.amazon.awssdk:codegen") public final class UpdateError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateError.Builder,UpdateError>
Error information of update, if applicable.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
Error code of update.
|
String |
errorMessage()
Error message of update.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateError.Builder> |
serializableBuilderClass() |
UpdateError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String errorCode()
Error code of update.
public final String errorMessage()
Error message of update.
public UpdateError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateError.Builder,UpdateError>public static UpdateError.Builder builder()
public static Class<? extends UpdateError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.