@Generated(value="software.amazon.awssdk:codegen") public final class TypeAlreadyExistsException extends SwfException implements ToCopyableBuilder<TypeAlreadyExistsException.Builder,TypeAlreadyExistsException>
Returned if the type already exists in the specified domain. You may get this fault if you are registering a type that is either already registered or deprecated, or if you undeprecate a type that is currently registered.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TypeAlreadyExistsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TypeAlreadyExistsException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TypeAlreadyExistsException.Builder> |
serializableBuilderClass() |
TypeAlreadyExistsException.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 TypeAlreadyExistsException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TypeAlreadyExistsException.Builder,TypeAlreadyExistsException>toBuilder in class SwfExceptionpublic static TypeAlreadyExistsException.Builder builder()
public static Class<? extends TypeAlreadyExistsException.Builder> serializableBuilderClass()
Copyright © 2022. All rights reserved.