@Generated(value="software.amazon.awssdk:codegen") public final class BatchUpdateRecommendationStatusFailedEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchUpdateRecommendationStatusFailedEntry.Builder,BatchUpdateRecommendationStatusFailedEntry>
List of operational recommendations that did not get included or excluded.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchUpdateRecommendationStatusFailedEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchUpdateRecommendationStatusFailedEntry.Builder |
builder() |
String |
entryId()
An identifier of an entry in this batch that is used to communicate the result.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
Indicates the error that occurred while excluding an operational recommendation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchUpdateRecommendationStatusFailedEntry.Builder> |
serializableBuilderClass() |
BatchUpdateRecommendationStatusFailedEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String entryId()
An identifier of an entry in this batch that is used to communicate the result.
The entryIds of a batch request need to be unique within a request.
The entryIds of a batch request need to be unique within a request.
public final String errorMessage()
Indicates the error that occurred while excluding an operational recommendation.
public BatchUpdateRecommendationStatusFailedEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchUpdateRecommendationStatusFailedEntry.Builder,BatchUpdateRecommendationStatusFailedEntry>public static BatchUpdateRecommendationStatusFailedEntry.Builder builder()
public static Class<? extends BatchUpdateRecommendationStatusFailedEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.