@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JiraSelectedQuestionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Selected questions in the workload.
Constructor and Description |
---|
JiraSelectedQuestionConfiguration() |
Modifier and Type | Method and Description |
---|---|
JiraSelectedQuestionConfiguration |
clone() |
boolean |
equals(Object obj) |
List<SelectedPillar> |
getSelectedPillars()
Selected pillars in the workload.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSelectedPillars(Collection<SelectedPillar> selectedPillars)
Selected pillars in the workload.
|
String |
toString()
Returns a string representation of this object.
|
JiraSelectedQuestionConfiguration |
withSelectedPillars(Collection<SelectedPillar> selectedPillars)
Selected pillars in the workload.
|
JiraSelectedQuestionConfiguration |
withSelectedPillars(SelectedPillar... selectedPillars)
Selected pillars in the workload.
|
public List<SelectedPillar> getSelectedPillars()
Selected pillars in the workload.
public void setSelectedPillars(Collection<SelectedPillar> selectedPillars)
Selected pillars in the workload.
selectedPillars
- Selected pillars in the workload.public JiraSelectedQuestionConfiguration withSelectedPillars(SelectedPillar... selectedPillars)
Selected pillars in the workload.
NOTE: This method appends the values to the existing list (if any). Use
setSelectedPillars(java.util.Collection)
or withSelectedPillars(java.util.Collection)
if you
want to override the existing values.
selectedPillars
- Selected pillars in the workload.public JiraSelectedQuestionConfiguration withSelectedPillars(Collection<SelectedPillar> selectedPillars)
Selected pillars in the workload.
selectedPillars
- Selected pillars in the workload.public String toString()
toString
in class Object
Object.toString()
public JiraSelectedQuestionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.