@Generated(value="software.amazon.awssdk:codegen") public final class Recommendation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Recommendation.Builder,Recommendation>
The list of recommendations for the insight.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Recommendation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Recommendation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
recommendationDescription()
The recommendation details to help resolve the performance issue.
|
String |
recommendationId()
The unique identifier for the recommendation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Recommendation.Builder> |
serializableBuilderClass() |
Recommendation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String recommendationId()
The unique identifier for the recommendation.
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
Investigate the following SQLs that contributed to 100% of the total DBLoad during that time period: sql-idpublic Recommendation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Recommendation.Builder,Recommendation>public static Recommendation.Builder builder()
public static Class<? extends Recommendation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.