@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SelectedPillar extends Object implements Serializable, Cloneable, StructuredPojo
The selected pillar.
| Constructor and Description |
|---|
SelectedPillar() |
| Modifier and Type | Method and Description |
|---|---|
SelectedPillar |
clone() |
boolean |
equals(Object obj) |
String |
getPillarId() |
List<String> |
getSelectedQuestionIds()
Selected question IDs in the selected pillar.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPillarId(String pillarId) |
void |
setSelectedQuestionIds(Collection<String> selectedQuestionIds)
Selected question IDs in the selected pillar.
|
String |
toString()
Returns a string representation of this object.
|
SelectedPillar |
withPillarId(String pillarId) |
SelectedPillar |
withSelectedQuestionIds(Collection<String> selectedQuestionIds)
Selected question IDs in the selected pillar.
|
SelectedPillar |
withSelectedQuestionIds(String... selectedQuestionIds)
Selected question IDs in the selected pillar.
|
public void setPillarId(String pillarId)
pillarId - public String getPillarId()
public SelectedPillar withPillarId(String pillarId)
pillarId - public List<String> getSelectedQuestionIds()
Selected question IDs in the selected pillar.
public void setSelectedQuestionIds(Collection<String> selectedQuestionIds)
Selected question IDs in the selected pillar.
selectedQuestionIds - Selected question IDs in the selected pillar.public SelectedPillar withSelectedQuestionIds(String... selectedQuestionIds)
Selected question IDs in the selected pillar.
NOTE: This method appends the values to the existing list (if any). Use
setSelectedQuestionIds(java.util.Collection) or withSelectedQuestionIds(java.util.Collection)
if you want to override the existing values.
selectedQuestionIds - Selected question IDs in the selected pillar.public SelectedPillar withSelectedQuestionIds(Collection<String> selectedQuestionIds)
Selected question IDs in the selected pillar.
selectedQuestionIds - Selected question IDs in the selected pillar.public String toString()
toString in class ObjectObject.toString()public SelectedPillar clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.