Class UpdateRecommendationStatusRequestEntry
- java.lang.Object
-
- software.amazon.awssdk.services.resiliencehub.model.UpdateRecommendationStatusRequestEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateRecommendationStatusRequestEntry.Builder,UpdateRecommendationStatusRequestEntry>
@Generated("software.amazon.awssdk:codegen") public final class UpdateRecommendationStatusRequestEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateRecommendationStatusRequestEntry.Builder,UpdateRecommendationStatusRequestEntry>
Defines the operational recommendation item that is to be included or excluded.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateRecommendationStatusRequestEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateRecommendationStatusRequestEntry.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 needs to be 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 item.List<SdkField<?>>sdkFields()static Class<? extends UpdateRecommendationStatusRequestEntry.Builder>serializableBuilderClass()UpdateRecommendationStatusRequestEntry.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 needs to be excluded. If set to True, the operational recommendation will be excluded.
- Returns:
- Indicates if the operational recommendation needs to be excluded. If set to True, the operational recommendation will be 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 item.
- Returns:
- Reference identifier of the operational recommendation item.
-
toBuilder
public UpdateRecommendationStatusRequestEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateRecommendationStatusRequestEntry.Builder,UpdateRecommendationStatusRequestEntry>
-
builder
public static UpdateRecommendationStatusRequestEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateRecommendationStatusRequestEntry.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.
-
-