@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReviewTemplatePillarReviewSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of a review template.
Constructor and Description |
---|
ReviewTemplatePillarReviewSummary() |
Modifier and Type | Method and Description |
---|---|
ReviewTemplatePillarReviewSummary |
addQuestionCountsEntry(String key,
Integer value)
Add a single QuestionCounts entry
|
ReviewTemplatePillarReviewSummary |
clearQuestionCountsEntries()
Removes all the entries added into QuestionCounts.
|
ReviewTemplatePillarReviewSummary |
clone() |
boolean |
equals(Object obj) |
String |
getNotes() |
String |
getPillarId() |
String |
getPillarName() |
Map<String,Integer> |
getQuestionCounts()
A count of how many questions are answered and unanswered in the requested pillar of the lens review.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNotes(String notes) |
void |
setPillarId(String pillarId) |
void |
setPillarName(String pillarName) |
void |
setQuestionCounts(Map<String,Integer> questionCounts)
A count of how many questions are answered and unanswered in the requested pillar of the lens review.
|
String |
toString()
Returns a string representation of this object.
|
ReviewTemplatePillarReviewSummary |
withNotes(String notes) |
ReviewTemplatePillarReviewSummary |
withPillarId(String pillarId) |
ReviewTemplatePillarReviewSummary |
withPillarName(String pillarName) |
ReviewTemplatePillarReviewSummary |
withQuestionCounts(Map<String,Integer> questionCounts)
A count of how many questions are answered and unanswered in the requested pillar of the lens review.
|
public void setPillarId(String pillarId)
pillarId
- public String getPillarId()
public ReviewTemplatePillarReviewSummary withPillarId(String pillarId)
pillarId
- public void setPillarName(String pillarName)
pillarName
- public String getPillarName()
public ReviewTemplatePillarReviewSummary withPillarName(String pillarName)
pillarName
- public void setNotes(String notes)
notes
- public String getNotes()
public ReviewTemplatePillarReviewSummary withNotes(String notes)
notes
- public Map<String,Integer> getQuestionCounts()
A count of how many questions are answered and unanswered in the requested pillar of the lens review.
public void setQuestionCounts(Map<String,Integer> questionCounts)
A count of how many questions are answered and unanswered in the requested pillar of the lens review.
questionCounts
- A count of how many questions are answered and unanswered in the requested pillar of the lens review.public ReviewTemplatePillarReviewSummary withQuestionCounts(Map<String,Integer> questionCounts)
A count of how many questions are answered and unanswered in the requested pillar of the lens review.
questionCounts
- A count of how many questions are answered and unanswered in the requested pillar of the lens review.public ReviewTemplatePillarReviewSummary addQuestionCountsEntry(String key, Integer value)
public ReviewTemplatePillarReviewSummary clearQuestionCountsEntries()
public String toString()
toString
in class Object
Object.toString()
public ReviewTemplatePillarReviewSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.