@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecipeVersionErrorDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecipeVersionErrorDetail.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The HTTP status code for the error.
|
String |
errorMessage()
The text of the error message.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
recipeVersion()
The identifier for the recipe version associated with this error.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecipeVersionErrorDetail.Builder> |
serializableBuilderClass() |
RecipeVersionErrorDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String errorCode()
The HTTP status code for the error.
public final String errorMessage()
The text of the error message.
public final String recipeVersion()
The identifier for the recipe version associated with this error.
public RecipeVersionErrorDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecipeVersionErrorDetail.Builder,RecipeVersionErrorDetail>public static RecipeVersionErrorDetail.Builder builder()
public static Class<? extends RecipeVersionErrorDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.