@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Recommendation extends Object implements Serializable, Cloneable, StructuredPojo
A recommendation on how to remediate the issue identified in a finding.
Constructor and Description |
---|
Recommendation() |
Modifier and Type | Method and Description |
---|---|
Recommendation |
clone() |
boolean |
equals(Object obj) |
String |
getText()
Describes the recommended steps to take to remediate an issue identified in a finding.
|
String |
getUrl()
A URL to a page or site that contains information about how to remediate a finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setText(String text)
Describes the recommended steps to take to remediate an issue identified in a finding.
|
void |
setUrl(String url)
A URL to a page or site that contains information about how to remediate a finding.
|
String |
toString()
Returns a string representation of this object.
|
Recommendation |
withText(String text)
Describes the recommended steps to take to remediate an issue identified in a finding.
|
Recommendation |
withUrl(String url)
A URL to a page or site that contains information about how to remediate a finding.
|
public void setText(String text)
Describes the recommended steps to take to remediate an issue identified in a finding.
text
- Describes the recommended steps to take to remediate an issue identified in a finding.public String getText()
Describes the recommended steps to take to remediate an issue identified in a finding.
public Recommendation withText(String text)
Describes the recommended steps to take to remediate an issue identified in a finding.
text
- Describes the recommended steps to take to remediate an issue identified in a finding.public void setUrl(String url)
A URL to a page or site that contains information about how to remediate a finding.
url
- A URL to a page or site that contains information about how to remediate a finding.public String getUrl()
A URL to a page or site that contains information about how to remediate a finding.
public Recommendation withUrl(String url)
A URL to a page or site that contains information about how to remediate a finding.
url
- A URL to a page or site that contains information about how to remediate a finding.public String toString()
toString
in class Object
Object.toString()
public Recommendation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.