@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Remediation extends Object implements Serializable, Cloneable, StructuredPojo
Information about how to remediate a finding.
Constructor and Description |
---|
Remediation() |
Modifier and Type | Method and Description |
---|---|
Remediation |
clone() |
boolean |
equals(Object obj) |
RemediationRecommendation |
getRecommendation()
An object that contains information about the recommended course of action to remediate the finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRecommendation(RemediationRecommendation recommendation)
An object that contains information about the recommended course of action to remediate the finding.
|
String |
toString()
Returns a string representation of this object.
|
Remediation |
withRecommendation(RemediationRecommendation recommendation)
An object that contains information about the recommended course of action to remediate the finding.
|
public void setRecommendation(RemediationRecommendation recommendation)
An object that contains information about the recommended course of action to remediate the finding.
recommendation
- An object that contains information about the recommended course of action to remediate the finding.public RemediationRecommendation getRecommendation()
An object that contains information about the recommended course of action to remediate the finding.
public Remediation withRecommendation(RemediationRecommendation recommendation)
An object that contains information about the recommended course of action to remediate the finding.
recommendation
- An object that contains information about the recommended course of action to remediate the finding.public String toString()
toString
in class Object
Object.toString()
public Remediation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.