@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Recommendation extends Object implements Serializable, Cloneable, StructuredPojo
Details about the recommended course of action to remediate the 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 CVE remediation recommendations.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setText(String text)
The recommended course of action to remediate the finding.
|
void |
setUrl(String url)
The URL address to the CVE remediation recommendations.
|
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 CVE remediation recommendations.
|
public void setUrl(String url)
The URL address to the CVE remediation recommendations.
url - The URL address to the CVE remediation recommendations.public String getUrl()
The URL address to the CVE remediation recommendations.
public Recommendation withUrl(String url)
The URL address to the CVE remediation recommendations.
url - The URL address to the CVE remediation recommendations.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 String toString()
toString in class ObjectObject.toString()public Recommendation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.