@Generated(value="software.amazon.awssdk:codegen") public final class DefaultBranchCannotBeDeletedException extends CodeCommitException implements ToCopyableBuilder<DefaultBranchCannotBeDeletedException.Builder,DefaultBranchCannotBeDeletedException>
The specified branch is the default branch for the repository, and cannot be deleted. To delete this branch, you must first set another branch as the default branch.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DefaultBranchCannotBeDeletedException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DefaultBranchCannotBeDeletedException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DefaultBranchCannotBeDeletedException.Builder> |
serializableBuilderClass() |
DefaultBranchCannotBeDeletedException.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 DefaultBranchCannotBeDeletedException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DefaultBranchCannotBeDeletedException.Builder,DefaultBranchCannotBeDeletedException>toBuilder in class CodeCommitExceptionpublic static DefaultBranchCannotBeDeletedException.Builder builder()
public static Class<? extends DefaultBranchCannotBeDeletedException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.