@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReviewTemplateLensReview extends Object implements Serializable, Cloneable, StructuredPojo
The lens review of a review template.
| Constructor and Description |
|---|
ReviewTemplateLensReview() |
| Modifier and Type | Method and Description |
|---|---|
ReviewTemplateLensReview |
addQuestionCountsEntry(String key,
Integer value)
Add a single QuestionCounts entry
|
ReviewTemplateLensReview |
clearQuestionCountsEntries()
Removes all the entries added into QuestionCounts.
|
ReviewTemplateLensReview |
clone() |
boolean |
equals(Object obj) |
String |
getLensAlias() |
String |
getLensArn()
The lens ARN.
|
String |
getLensName() |
String |
getLensStatus()
The status of the lens.
|
String |
getLensVersion()
The version of the lens.
|
String |
getNextToken() |
String |
getNotes() |
List<ReviewTemplatePillarReviewSummary> |
getPillarReviewSummaries()
Pillar review summaries of a lens review.
|
Map<String,Integer> |
getQuestionCounts()
A count of how many questions are answered and unanswered in the lens review.
|
Date |
getUpdatedAt() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLensAlias(String lensAlias) |
void |
setLensArn(String lensArn)
The lens ARN.
|
void |
setLensName(String lensName) |
void |
setLensStatus(String lensStatus)
The status of the lens.
|
void |
setLensVersion(String lensVersion)
The version of the lens.
|
void |
setNextToken(String nextToken) |
void |
setNotes(String notes) |
void |
setPillarReviewSummaries(Collection<ReviewTemplatePillarReviewSummary> pillarReviewSummaries)
Pillar review summaries of a lens review.
|
void |
setQuestionCounts(Map<String,Integer> questionCounts)
A count of how many questions are answered and unanswered in the lens review.
|
void |
setUpdatedAt(Date updatedAt) |
String |
toString()
Returns a string representation of this object.
|
ReviewTemplateLensReview |
withLensAlias(String lensAlias) |
ReviewTemplateLensReview |
withLensArn(String lensArn)
The lens ARN.
|
ReviewTemplateLensReview |
withLensName(String lensName) |
ReviewTemplateLensReview |
withLensStatus(LensStatus lensStatus)
The status of the lens.
|
ReviewTemplateLensReview |
withLensStatus(String lensStatus)
The status of the lens.
|
ReviewTemplateLensReview |
withLensVersion(String lensVersion)
The version of the lens.
|
ReviewTemplateLensReview |
withNextToken(String nextToken) |
ReviewTemplateLensReview |
withNotes(String notes) |
ReviewTemplateLensReview |
withPillarReviewSummaries(Collection<ReviewTemplatePillarReviewSummary> pillarReviewSummaries)
Pillar review summaries of a lens review.
|
ReviewTemplateLensReview |
withPillarReviewSummaries(ReviewTemplatePillarReviewSummary... pillarReviewSummaries)
Pillar review summaries of a lens review.
|
ReviewTemplateLensReview |
withQuestionCounts(Map<String,Integer> questionCounts)
A count of how many questions are answered and unanswered in the lens review.
|
ReviewTemplateLensReview |
withUpdatedAt(Date updatedAt) |
public void setLensAlias(String lensAlias)
lensAlias - public String getLensAlias()
public ReviewTemplateLensReview withLensAlias(String lensAlias)
lensAlias - public void setLensArn(String lensArn)
The lens ARN.
lensArn - The lens ARN.public String getLensArn()
The lens ARN.
public ReviewTemplateLensReview withLensArn(String lensArn)
The lens ARN.
lensArn - The lens ARN.public void setLensVersion(String lensVersion)
The version of the lens.
lensVersion - The version of the lens.public String getLensVersion()
The version of the lens.
public ReviewTemplateLensReview withLensVersion(String lensVersion)
The version of the lens.
lensVersion - The version of the lens.public void setLensName(String lensName)
lensName - public String getLensName()
public ReviewTemplateLensReview withLensName(String lensName)
lensName - public void setLensStatus(String lensStatus)
The status of the lens.
lensStatus - The status of the lens.LensStatuspublic String getLensStatus()
The status of the lens.
LensStatuspublic ReviewTemplateLensReview withLensStatus(String lensStatus)
The status of the lens.
lensStatus - The status of the lens.LensStatuspublic ReviewTemplateLensReview withLensStatus(LensStatus lensStatus)
The status of the lens.
lensStatus - The status of the lens.LensStatuspublic List<ReviewTemplatePillarReviewSummary> getPillarReviewSummaries()
Pillar review summaries of a lens review.
public void setPillarReviewSummaries(Collection<ReviewTemplatePillarReviewSummary> pillarReviewSummaries)
Pillar review summaries of a lens review.
pillarReviewSummaries - Pillar review summaries of a lens review.public ReviewTemplateLensReview withPillarReviewSummaries(ReviewTemplatePillarReviewSummary... pillarReviewSummaries)
Pillar review summaries of a lens review.
NOTE: This method appends the values to the existing list (if any). Use
setPillarReviewSummaries(java.util.Collection) or
withPillarReviewSummaries(java.util.Collection) if you want to override the existing values.
pillarReviewSummaries - Pillar review summaries of a lens review.public ReviewTemplateLensReview withPillarReviewSummaries(Collection<ReviewTemplatePillarReviewSummary> pillarReviewSummaries)
Pillar review summaries of a lens review.
pillarReviewSummaries - Pillar review summaries of a lens review.public void setUpdatedAt(Date updatedAt)
updatedAt - public Date getUpdatedAt()
public ReviewTemplateLensReview withUpdatedAt(Date updatedAt)
updatedAt - public void setNotes(String notes)
notes - public String getNotes()
public ReviewTemplateLensReview withNotes(String notes)
notes - public Map<String,Integer> getQuestionCounts()
A count of how many questions are answered and unanswered in the lens review.
public void setQuestionCounts(Map<String,Integer> questionCounts)
A count of how many questions are answered and unanswered in the lens review.
questionCounts - A count of how many questions are answered and unanswered in the lens review.public ReviewTemplateLensReview withQuestionCounts(Map<String,Integer> questionCounts)
A count of how many questions are answered and unanswered in the lens review.
questionCounts - A count of how many questions are answered and unanswered in the lens review.public ReviewTemplateLensReview addQuestionCountsEntry(String key, Integer value)
public ReviewTemplateLensReview clearQuestionCountsEntries()
public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public ReviewTemplateLensReview withNextToken(String nextToken)
nextToken - public String toString()
toString in class ObjectObject.toString()public ReviewTemplateLensReview clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.