@Generated(value="software.amazon.awssdk:codegen") public final class BatchDisassociateApprovalRuleTemplateFromRepositoriesError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder,BatchDisassociateApprovalRuleTemplateFromRepositoriesError>
Returns information about errors in a BatchDisassociateApprovalRuleTemplateFromRepositories operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchDisassociateApprovalRuleTemplateFromRepositoriesError.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 either 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 with the template was not able to be removed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder> |
serializableBuilderClass() |
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.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 with the template was not able to be removed.
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 either not found or not valid.
public BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder toBuilder()
public static BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder builder()
public static Class<? extends BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.