Class BatchUpdateRecommendationStatusSuccessfulEntry
- java.lang.Object
-
- software.amazon.awssdk.services.resiliencehub.model.BatchUpdateRecommendationStatusSuccessfulEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchUpdateRecommendationStatusSuccessfulEntry.Builder,BatchUpdateRecommendationStatusSuccessfulEntry>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchUpdateRecommendationStatusSuccessfulEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchUpdateRecommendationStatusSuccessfulEntry.Builderbuilder()StringentryId()An identifier for an entry in this batch that is used to communicate the result.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Booleanexcluded()Indicates if the operational recommendation was successfully excluded.ExcludeRecommendationReasonexcludeReason()Indicates the reason for excluding an operational recommendation.StringexcludeReasonAsString()Indicates the reason for excluding an operational recommendation.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()UpdateRecommendationStatusItemitem()The operational recommendation item.StringreferenceId()Reference identifier of the operational recommendation.List<SdkField<?>>sdkFields()static Class<? extends BatchUpdateRecommendationStatusSuccessfulEntry.Builder>serializableBuilderClass()BatchUpdateRecommendationStatusSuccessfulEntry.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
-
entryId
public 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.- Returns:
- 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.
-
excludeReason
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,
excludeReasonwill returnExcludeRecommendationReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexcludeReasonAsString().- Returns:
- Indicates the reason for excluding an operational recommendation.
- See Also:
ExcludeRecommendationReason
-
excludeReasonAsString
public 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,
excludeReasonwill returnExcludeRecommendationReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexcludeReasonAsString().- Returns:
- Indicates the reason for excluding an operational recommendation.
- See Also:
ExcludeRecommendationReason
-
excluded
public final Boolean excluded()
Indicates if the operational recommendation was successfully excluded.
- Returns:
- Indicates if the operational recommendation was successfully excluded.
-
item
public final UpdateRecommendationStatusItem item()
The operational recommendation item.
- Returns:
- The operational recommendation item.
-
referenceId
public final String referenceId()
Reference identifier of the operational recommendation.
- Returns:
- Reference identifier of the operational recommendation.
-
toBuilder
public BatchUpdateRecommendationStatusSuccessfulEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchUpdateRecommendationStatusSuccessfulEntry.Builder,BatchUpdateRecommendationStatusSuccessfulEntry>
-
builder
public static BatchUpdateRecommendationStatusSuccessfulEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchUpdateRecommendationStatusSuccessfulEntry.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.
-
-