@Generated(value="software.amazon.awssdk:codegen") public final class InternalServerErrorException extends GreengrassException implements ToCopyableBuilder<InternalServerErrorException.Builder,InternalServerErrorException>
| Modifier and Type | Class and Description |
|---|---|
static interface |
InternalServerErrorException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InternalServerErrorException.Builder |
builder() |
List<ErrorDetail> |
errorDetails()
Details about the error.
|
boolean |
hasErrorDetails()
Returns true if the ErrorDetails property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InternalServerErrorException.Builder> |
serializableBuilderClass() |
InternalServerErrorException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic InternalServerErrorException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InternalServerErrorException.Builder,InternalServerErrorException>toBuilder in class GreengrassExceptionpublic static InternalServerErrorException.Builder builder()
public static Class<? extends InternalServerErrorException.Builder> serializableBuilderClass()
public boolean hasErrorDetails()
public List<ErrorDetail> errorDetails()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasErrorDetails() to see if a value was sent in this field.
Copyright © 2020. All rights reserved.