@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Recommendation extends Object implements Serializable, Cloneable, StructuredPojo
The list of recommendations for the insight.
| Constructor and Description |
|---|
Recommendation () |
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
clone () |
boolean |
equals (Object obj) |
String |
getRecommendationDescription ()
The recommendation details to help resolve the performance issue.
|
String |
getRecommendationId ()
The unique identifier for the recommendation.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRecommendationDescription (String recommendationDescription)
The recommendation details to help resolve the performance issue.
|
void |
setRecommendationId (String recommendationId)
The unique identifier for the recommendation.
|
String |
toString ()
Returns a string representation of this object.
|
Recommendation |
withRecommendationDescription (String recommendationDescription)
The recommendation details to help resolve the performance issue.
|
Recommendation |
withRecommendationId (String recommendationId)
The unique identifier for the recommendation.
|
public Recommendation()
public void setRecommendationId(String recommendationId)
The unique identifier for the recommendation.
recommendationId - The unique identifier for the recommendation.public String getRecommendationId()
The unique identifier for the recommendation.
public Recommendation withRecommendationId(String recommendationId)
The unique identifier for the recommendation.
recommendationId - The unique identifier for the recommendation.public void setRecommendationDescription(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
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-idpublic String getRecommendationDescription()
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 withRecommendationDescription(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
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-idpublic String toString()
toString in class Object Object.toString() public Recommendation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.