@Generated(value="software.amazon.awssdk:codegen") public final class UpdateError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateError.Builder,UpdateError>
Describes the error(s) encountered with the last update of the environment.
| 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()
The error code that corresponds to the error with the last update.
|
String |
errorMessage()
The error message that corresponds to the error code.
|
<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()
The error code that corresponds to the error with the last update.
public final String errorMessage()
The error message that corresponds to the error code.
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 © 2023. All rights reserved.