@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemediationRecommendation extends Object implements Serializable, Cloneable, StructuredPojo
Details about the recommended course of action to remediate the finding.
Constructor and Description |
---|
RemediationRecommendation() |
Modifier and Type | Method and Description |
---|---|
RemediationRecommendation |
clone() |
boolean |
equals(Object obj) |
String |
getText()
The recommended course of action to remediate the finding.
|
String |
getUrl()
A link to more information about the recommended remediation for this vulnerability.
|
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)
A link to more information about the recommended remediation for this vulnerability.
|
String |
toString()
Returns a string representation of this object.
|
RemediationRecommendation |
withText(String text)
The recommended course of action to remediate the finding.
|
RemediationRecommendation |
withUrl(String url)
A link to more information about the recommended remediation for this vulnerability.
|
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 RemediationRecommendation 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)
A link to more information about the recommended remediation for this vulnerability.
url
- A link to more information about the recommended remediation for this vulnerability.public String getUrl()
A link to more information about the recommended remediation for this vulnerability.
public RemediationRecommendation withUrl(String url)
A link to more information about the recommended remediation for this vulnerability.
url
- A link to more information about the recommended remediation for this vulnerability.public String toString()
toString
in class Object
Object.toString()
public RemediationRecommendation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.