Class Recommendation
- java.lang.Object
-
- software.amazon.awssdk.services.pi.model.Recommendation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Recommendation.Builder,Recommendation>
@Generated("software.amazon.awssdk:codegen") public final class Recommendation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Recommendation.Builder,Recommendation>
The list of recommendations for the insight.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecommendation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Recommendation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrecommendationDescription()The recommendation details to help resolve the performance issue.StringrecommendationId()The unique identifier for the recommendation.List<SdkField<?>>sdkFields()static Class<? extends Recommendation.Builder>serializableBuilderClass()Recommendation.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
-
recommendationId
public final String recommendationId()
The unique identifier for the recommendation.
- Returns:
- The unique identifier for the recommendation.
-
recommendationDescription
public final String recommendationDescription()
The recommendation details to help resolve the performance issue. For example,
Investigate the following SQLs that contributed to 100% of the total DBLoad during that time period: sql-id- Returns:
- The recommendation details to help resolve the performance issue. For example,
Investigate the following SQLs that contributed to 100% of the total DBLoad during that time period: sql-id
-
toBuilder
public Recommendation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Recommendation.Builder,Recommendation>
-
builder
public static Recommendation.Builder builder()
-
serializableBuilderClass
public static Class<? extends Recommendation.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.
-
-