Class BatchDisassociateApprovalRuleTemplateFromRepositoriesError
- java.lang.Object
-
- software.amazon.awssdk.services.codecommit.model.BatchDisassociateApprovalRuleTemplateFromRepositoriesError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder,BatchDisassociateApprovalRuleTemplateFromRepositoriesError>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorCode()An error code that specifies whether the repository name was not valid or not found.StringerrorMessage()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)inthashCode()StringrepositoryName()The name of the repository where the association with the template was not able to be removed.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder>serializableBuilderClass()BatchDisassociateApprovalRuleTemplateFromRepositoriesError.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
repositoryName
public final String repositoryName()
The name of the repository where the association with the template was not able to be removed.
- Returns:
- The name of the repository where the association with the template was not able to be removed.
-
errorCode
public final String errorCode()
An error code that specifies whether the repository name was not valid or not found.
- Returns:
- An error code that specifies whether the repository name was not valid or not found.
-
errorMessage
public final String errorMessage()
An error message that provides details about why the repository name was either not found or not valid.
- Returns:
- An error message that provides details about why the repository name was either not found or not valid.
-
toBuilder
public BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder toBuilder()
-
builder
public static BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-