@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 Object
Object.toString()
public BestPractice clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.