Class RecipeVersionErrorDetail
- java.lang.Object
-
- software.amazon.awssdk.services.databrew.model.RecipeVersionErrorDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecipeVersionErrorDetail.Builder,RecipeVersionErrorDetail>
@Generated("software.amazon.awssdk:codegen") public final class RecipeVersionErrorDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecipeVersionErrorDetail.Builder,RecipeVersionErrorDetail>
Represents any errors encountered when attempting to delete multiple recipe versions.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecipeVersionErrorDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecipeVersionErrorDetail.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorCode()The HTTP status code for the error.StringerrorMessage()The text of the error message.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrecipeVersion()The identifier for the recipe version associated with this error.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RecipeVersionErrorDetail.Builder>serializableBuilderClass()RecipeVersionErrorDetail.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
-
errorCode
public final String errorCode()
The HTTP status code for the error.
- Returns:
- The HTTP status code for the error.
-
errorMessage
public final String errorMessage()
The text of the error message.
- Returns:
- The text of the error message.
-
recipeVersion
public final String recipeVersion()
The identifier for the recipe version associated with this error.
- Returns:
- The identifier for the recipe version associated with this error.
-
toBuilder
public RecipeVersionErrorDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecipeVersionErrorDetail.Builder,RecipeVersionErrorDetail>
-
builder
public static RecipeVersionErrorDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecipeVersionErrorDetail.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
-
-