@Generated(value="software.amazon.awssdk:codegen") public final class InvalidTargetsException extends CodeCommitException implements ToCopyableBuilder<InvalidTargetsException.Builder,InvalidTargetsException>
The targets for the pull request is not valid or not in a valid format. Targets are a list of target objects. Each target object must contain the full values for the repository name, source branch, and destination branch for a pull request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidTargetsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InvalidTargetsException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InvalidTargetsException.Builder> |
serializableBuilderClass() |
InvalidTargetsException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic InvalidTargetsException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<InvalidTargetsException.Builder,InvalidTargetsException>toBuilder in class CodeCommitExceptionpublic static InvalidTargetsException.Builder builder()
public static Class<? extends InvalidTargetsException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.