@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 get this fault even if the existing type is in deprecated status. You can specify another version if the intent is to create a new distinct version of the type.
| 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, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic 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 © 2019. All rights reserved.