@Generated(value="software.amazon.awssdk:codegen") public final class BatchAssociateApprovalRuleTemplateWithRepositoriesError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder,BatchAssociateApprovalRuleTemplateWithRepositoriesError>
Returns information about errors in a BatchAssociateApprovalRuleTemplateWithRepositories operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
An error code that specifies whether the repository name was not valid or not found.
|
String |
errorMessage()
An error message that provides details about why the repository name was not found or not valid.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
repositoryName()
The name of the repository where the association was not made.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder> |
serializableBuilderClass() |
BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String repositoryName()
The name of the repository where the association was not made.
public final String errorCode()
An error code that specifies whether the repository name was not valid or not found.
public final String errorMessage()
An error message that provides details about why the repository name was not found or not valid.
public BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder toBuilder()
public static BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder builder()
public static Class<? extends BatchAssociateApprovalRuleTemplateWithRepositoriesError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.