@Generated(value="software.amazon.awssdk:codegen") public final class PayloadTooLargeException extends AppConfigException implements ToCopyableBuilder<PayloadTooLargeException.Builder,PayloadTooLargeException>
The configuration size is too large.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PayloadTooLargeException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PayloadTooLargeException.Builder |
builder() |
Float |
limit()
Returns the value of the Limit property for this object.
|
BytesMeasure |
measure()
Returns the value of the Measure property for this object.
|
String |
measureAsString()
Returns the value of the Measure property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PayloadTooLargeException.Builder> |
serializableBuilderClass() |
Float |
size()
Returns the value of the Size property for this object.
|
PayloadTooLargeException.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 PayloadTooLargeException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PayloadTooLargeException.Builder,PayloadTooLargeException>toBuilder in class AppConfigExceptionpublic static PayloadTooLargeException.Builder builder()
public static Class<? extends PayloadTooLargeException.Builder> serializableBuilderClass()
public BytesMeasure measure()
If the service returns an enum value that is not available in the current SDK version, measure will
return BytesMeasure.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
measureAsString().
BytesMeasurepublic String measureAsString()
If the service returns an enum value that is not available in the current SDK version, measure will
return BytesMeasure.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
measureAsString().
BytesMeasurepublic Float limit()
public Float size()
Copyright © 2023. All rights reserved.