@Generated(value="software.amazon.awssdk:codegen") public final class EnvironmentError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EnvironmentError.Builder,EnvironmentError>
The failure reasons for the environment deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EnvironmentError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentError.Builder |
builder() |
String |
code()
The error code for the failure reason for the environment deployment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The error message for the failure reason for the environment deployment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnvironmentError.Builder> |
serializableBuilderClass() |
EnvironmentError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String code()
The error code for the failure reason for the environment deployment.
public final String message()
The error message for the failure reason for the environment deployment.
public EnvironmentError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EnvironmentError.Builder,EnvironmentError>public static EnvironmentError.Builder builder()
public static Class<? extends EnvironmentError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.