@Generated(value="software.amazon.awssdk:codegen") public final class PullRequestCannotBeApprovedByAuthorException extends CodeCommitException implements ToCopyableBuilder<PullRequestCannotBeApprovedByAuthorException.Builder,PullRequestCannotBeApprovedByAuthorException>
The approval cannot be applied because the user approving the pull request matches the user who created the pull request. You cannot approve a pull request that you created.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PullRequestCannotBeApprovedByAuthorException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PullRequestCannotBeApprovedByAuthorException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PullRequestCannotBeApprovedByAuthorException.Builder> |
serializableBuilderClass() |
PullRequestCannotBeApprovedByAuthorException.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 PullRequestCannotBeApprovedByAuthorException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PullRequestCannotBeApprovedByAuthorException.Builder,PullRequestCannotBeApprovedByAuthorException>toBuilder in class CodeCommitExceptionpublic static PullRequestCannotBeApprovedByAuthorException.Builder builder()
public static Class<? extends PullRequestCannotBeApprovedByAuthorException.Builder> serializableBuilderClass()
Copyright © 2020. All rights reserved.