@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Recommendation extends Object implements Serializable, Cloneable, StructuredPojo
Provides a recommendation on how to remediate the issue identified within a finding.
| Constructor and Description |
|---|
Recommendation() |
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
clone() |
boolean |
equals(Object obj) |
String |
getText()
The recommendation of what to do about the issue described in a finding.
|
String |
getUrl()
A URL to link to general remediation information for the finding type of a finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setText(String text)
The recommendation of what to do about the issue described in a finding.
|
void |
setUrl(String url)
A URL to link to general remediation information for the finding type of a finding.
|
String |
toString()
Returns a string representation of this object.
|
Recommendation |
withText(String text)
The recommendation of what to do about the issue described in a finding.
|
Recommendation |
withUrl(String url)
A URL to link to general remediation information for the finding type of a finding.
|
public void setText(String text)
The recommendation of what to do about the issue described in a finding.
text - The recommendation of what to do about the issue described in a finding.public String getText()
The recommendation of what to do about the issue described in a finding.
public Recommendation withText(String text)
The recommendation of what to do about the issue described in a finding.
text - The recommendation of what to do about the issue described in a finding.public void setUrl(String url)
A URL to link to general remediation information for the finding type of a finding.
url - A URL to link to general remediation information for the finding type of a finding.public String getUrl()
A URL to link to general remediation information for the finding type of a finding.
public Recommendation withUrl(String url)
A URL to link to general remediation information for the finding type of a finding.
url - A URL to link to general remediation information for the finding type of a 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.