@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Recommendation extends Object implements Serializable, Cloneable, StructuredPojo
Recommendations that are provided to make an application more recovery resilient.
| Constructor and Description |
|---|
Recommendation() |
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
clone() |
boolean |
equals(Object obj) |
String |
getRecommendationText()
Text of the recommendations that are provided to make an application more recovery resilient.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRecommendationText(String recommendationText)
Text of the recommendations that are provided to make an application more recovery resilient.
|
String |
toString()
Returns a string representation of this object.
|
Recommendation |
withRecommendationText(String recommendationText)
Text of the recommendations that are provided to make an application more recovery resilient.
|
public void setRecommendationText(String recommendationText)
Text of the recommendations that are provided to make an application more recovery resilient.
recommendationText - Text of the recommendations that are provided to make an application more recovery resilient.public String getRecommendationText()
Text of the recommendations that are provided to make an application more recovery resilient.
public Recommendation withRecommendationText(String recommendationText)
Text of the recommendations that are provided to make an application more recovery resilient.
recommendationText - Text of the recommendations that are provided to make an application more recovery resilient.public String toString()
toString in class ObjectObject.toString()public Recommendation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.