@Generated(value="software.amazon.awssdk:codegen") public final class AppUnitError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppUnitError.Builder,AppUnitError>
Error in the analysis of the application unit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppUnitError.Builder |
| Modifier and Type | Method and Description |
|---|---|
AppUnitErrorCategory |
appUnitErrorCategory()
The category of the error.
|
String |
appUnitErrorCategoryAsString()
The category of the error.
|
static AppUnitError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AppUnitError.Builder> |
serializableBuilderClass() |
AppUnitError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AppUnitErrorCategory appUnitErrorCategory()
The category of the error.
If the service returns an enum value that is not available in the current SDK version,
appUnitErrorCategory will return AppUnitErrorCategory.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from appUnitErrorCategoryAsString().
AppUnitErrorCategorypublic final String appUnitErrorCategoryAsString()
The category of the error.
If the service returns an enum value that is not available in the current SDK version,
appUnitErrorCategory will return AppUnitErrorCategory.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from appUnitErrorCategoryAsString().
AppUnitErrorCategorypublic AppUnitError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppUnitError.Builder,AppUnitError>public static AppUnitError.Builder builder()
public static Class<? extends AppUnitError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.