@Generated(value="software.amazon.awssdk:codegen") public final class ServerError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServerError.Builder,ServerError>
The error in server analysis.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServerError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServerError.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 ServerError.Builder> |
serializableBuilderClass() |
ServerErrorCategory |
serverErrorCategory()
The error category of server analysis.
|
String |
serverErrorCategoryAsString()
The error category of server analysis.
|
ServerError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ServerErrorCategory serverErrorCategory()
The error category of server analysis.
If the service returns an enum value that is not available in the current SDK version,
serverErrorCategory will return ServerErrorCategory.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from serverErrorCategoryAsString().
ServerErrorCategorypublic final String serverErrorCategoryAsString()
The error category of server analysis.
If the service returns an enum value that is not available in the current SDK version,
serverErrorCategory will return ServerErrorCategory.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from serverErrorCategoryAsString().
ServerErrorCategorypublic ServerError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServerError.Builder,ServerError>public static ServerError.Builder builder()
public static Class<? extends ServerError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.