@Generated(value="software.amazon.awssdk:codegen") public final class AlreadyExistsException extends BackupException implements ToCopyableBuilder<AlreadyExistsException.Builder,AlreadyExistsException>
The required resource already exists.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AlreadyExistsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
|
static AlreadyExistsException.Builder |
builder() |
String |
code()
Returns the value of the Code property for this object.
|
String |
context()
|
String |
creatorRequestId()
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AlreadyExistsException.Builder> |
serializableBuilderClass() |
AlreadyExistsException.Builder |
toBuilder() |
String |
type()
|
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 AlreadyExistsException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AlreadyExistsException.Builder,AlreadyExistsException>toBuilder in class BackupExceptionpublic static AlreadyExistsException.Builder builder()
public static Class<? extends AlreadyExistsException.Builder> serializableBuilderClass()
public String code()
public String creatorRequestId()
public String arn()
public String type()
public String context()
Copyright © 2023. All rights reserved.