@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProfileChoice extends Object implements Serializable, Cloneable, StructuredPojo
The profile choice.
Constructor and Description |
---|
ProfileChoice() |
Modifier and Type | Method and Description |
---|---|
ProfileChoice |
clone() |
boolean |
equals(Object obj) |
String |
getChoiceDescription() |
String |
getChoiceId() |
String |
getChoiceTitle() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChoiceDescription(String choiceDescription) |
void |
setChoiceId(String choiceId) |
void |
setChoiceTitle(String choiceTitle) |
String |
toString()
Returns a string representation of this object.
|
ProfileChoice |
withChoiceDescription(String choiceDescription) |
ProfileChoice |
withChoiceId(String choiceId) |
ProfileChoice |
withChoiceTitle(String choiceTitle) |
public void setChoiceId(String choiceId)
choiceId
- public String getChoiceId()
public ProfileChoice withChoiceId(String choiceId)
choiceId
- public void setChoiceTitle(String choiceTitle)
choiceTitle
- public String getChoiceTitle()
public ProfileChoice withChoiceTitle(String choiceTitle)
choiceTitle
- public void setChoiceDescription(String choiceDescription)
choiceDescription
- public String getChoiceDescription()
public ProfileChoice withChoiceDescription(String choiceDescription)
choiceDescription
- public String toString()
toString
in class Object
Object.toString()
public ProfileChoice clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.