@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Remediation extends Object implements Serializable, Cloneable, StructuredPojo
Details about the remediation steps for a finding.
| Constructor and Description |
|---|
Remediation() |
| Modifier and Type | Method and Description |
|---|---|
Remediation |
clone() |
boolean |
equals(Object obj) |
Recommendation |
getRecommendation()
A recommendation on the steps to take to remediate the issue identified by a finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRecommendation(Recommendation recommendation)
A recommendation on the steps to take to remediate the issue identified by a finding.
|
String |
toString()
Returns a string representation of this object.
|
Remediation |
withRecommendation(Recommendation recommendation)
A recommendation on the steps to take to remediate the issue identified by a finding.
|
public void setRecommendation(Recommendation recommendation)
A recommendation on the steps to take to remediate the issue identified by a finding.
recommendation - A recommendation on the steps to take to remediate the issue identified by a finding.public Recommendation getRecommendation()
A recommendation on the steps to take to remediate the issue identified by a finding.
public Remediation withRecommendation(Recommendation recommendation)
A recommendation on the steps to take to remediate the issue identified by a finding.
recommendation - A recommendation on the steps to take to remediate the issue identified by a finding.public String toString()
toString in class ObjectObject.toString()public Remediation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.