@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Recommendation extends Object implements Serializable, Cloneable, StructuredPojo
Information about the recommended course of action to remediate a finding.
| Constructor and Description | 
|---|
| Recommendation() | 
| Modifier and Type | Method and Description | 
|---|---|
| Recommendation | clone() | 
| boolean | equals(Object obj) | 
| String | getText()
 The recommended course of action to remediate the finding. | 
| String | getUrl()
 The URL address to the recommendation for remediating the finding. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setText(String text)
 The recommended course of action to remediate the finding. | 
| void | setUrl(String url)
 The URL address to the recommendation for remediating the finding. | 
| String | toString()Returns a string representation of this object. | 
| Recommendation | withText(String text)
 The recommended course of action to remediate the finding. | 
| Recommendation | withUrl(String url)
 The URL address to the recommendation for remediating the finding. | 
public void setText(String text)
The recommended course of action to remediate the finding.
text - The recommended course of action to remediate the finding.public String getText()
The recommended course of action to remediate the finding.
public Recommendation withText(String text)
The recommended course of action to remediate the finding.
text - The recommended course of action to remediate the finding.public void setUrl(String url)
The URL address to the recommendation for remediating the finding.
url - The URL address to the recommendation for remediating the finding.public String getUrl()
The URL address to the recommendation for remediating the finding.
public Recommendation withUrl(String url)
The URL address to the recommendation for remediating the finding.
url - The URL address to the recommendation for remediating the finding.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.