@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BestPractice extends Object implements Serializable, Cloneable, StructuredPojo
A best practice, or question choice, that has been identified as a risk in this question.
| Constructor and Description | 
|---|
| BestPractice() | 
| Modifier and Type | Method and Description | 
|---|---|
| BestPractice | clone() | 
| boolean | equals(Object obj) | 
| String | getChoiceId() | 
| String | getChoiceTitle() | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setChoiceId(String choiceId) | 
| void | setChoiceTitle(String choiceTitle) | 
| String | toString()Returns a string representation of this object. | 
| BestPractice | withChoiceId(String choiceId) | 
| BestPractice | withChoiceTitle(String choiceTitle) | 
public void setChoiceId(String choiceId)
choiceId - public String getChoiceId()
public BestPractice withChoiceId(String choiceId)
choiceId - public void setChoiceTitle(String choiceTitle)
choiceTitle - public String getChoiceTitle()
public BestPractice withChoiceTitle(String choiceTitle)
choiceTitle - public String toString()
toString in class ObjectObject.toString()public BestPractice clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.