@Generated(value="software.amazon.awssdk:codegen") public final class BadRequestException extends GreengrassException implements ToCopyableBuilder<BadRequestException.Builder,BadRequestException>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BadRequestException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BadRequestException.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 BadRequestException.Builder> |
serializableBuilderClass() |
BadRequestException.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 BadRequestException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BadRequestException.Builder,BadRequestException>toBuilder in class GreengrassExceptionpublic static BadRequestException.Builder builder()
public static Class<? extends BadRequestException.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.