@Generated(value="software.amazon.awssdk:codegen") public final class BatchUpdateRecommendationStatusSuccessfulEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchUpdateRecommendationStatusSuccessfulEntry.Builder,BatchUpdateRecommendationStatusSuccessfulEntry>
List of operational recommendations that were successfully included or excluded.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchUpdateRecommendationStatusSuccessfulEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchUpdateRecommendationStatusSuccessfulEntry.Builder |
builder() |
String |
entryId()
An identifier for an entry in this batch that is used to communicate the result.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
excluded()
Indicates if the operational recommendation was successfully excluded.
|
ExcludeRecommendationReason |
excludeReason()
Indicates the reason for excluding an operational recommendation.
|
String |
excludeReasonAsString()
Indicates the reason for excluding an operational recommendation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
UpdateRecommendationStatusItem |
item()
The operational recommendation item.
|
String |
referenceId()
Reference identifier of the operational recommendation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchUpdateRecommendationStatusSuccessfulEntry.Builder> |
serializableBuilderClass() |
BatchUpdateRecommendationStatusSuccessfulEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String entryId()
An identifier for 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 ExcludeRecommendationReason excludeReason()
Indicates the reason for excluding an operational recommendation.
If the service returns an enum value that is not available in the current SDK version, excludeReason
will return ExcludeRecommendationReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from excludeReasonAsString().
ExcludeRecommendationReasonpublic final String excludeReasonAsString()
Indicates the reason for excluding an operational recommendation.
If the service returns an enum value that is not available in the current SDK version, excludeReason
will return ExcludeRecommendationReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from excludeReasonAsString().
ExcludeRecommendationReasonpublic final Boolean excluded()
Indicates if the operational recommendation was successfully excluded.
public final UpdateRecommendationStatusItem item()
The operational recommendation item.
public final String referenceId()
Reference identifier of the operational recommendation.
public BatchUpdateRecommendationStatusSuccessfulEntry.Builder toBuilder()
public static BatchUpdateRecommendationStatusSuccessfulEntry.Builder builder()
public static Class<? extends BatchUpdateRecommendationStatusSuccessfulEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.