@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LensReview extends Object implements Serializable, Cloneable, StructuredPojo
A lens review of a question.
Constructor and Description |
---|
LensReview() |
public void setLensAlias(String lensAlias)
lensAlias
- public String getLensAlias()
public LensReview withLensAlias(String lensAlias)
lensAlias
- public void setLensArn(String lensArn)
The ARN for the lens.
lensArn
- The ARN for the lens.public String getLensArn()
The ARN for the lens.
public LensReview withLensArn(String lensArn)
The ARN for the lens.
lensArn
- The ARN for the lens.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 LensReview withLensVersion(String lensVersion)
The version of the lens.
lensVersion
- The version of the lens.public void setLensName(String lensName)
lensName
- public String getLensName()
public LensReview withLensName(String lensName)
lensName
- public void setLensStatus(String lensStatus)
The status of the lens.
lensStatus
- The status of the lens.LensStatus
public String getLensStatus()
The status of the lens.
LensStatus
public LensReview withLensStatus(String lensStatus)
The status of the lens.
lensStatus
- The status of the lens.LensStatus
public LensReview withLensStatus(LensStatus lensStatus)
The status of the lens.
lensStatus
- The status of the lens.LensStatus
public List<PillarReviewSummary> getPillarReviewSummaries()
public void setPillarReviewSummaries(Collection<PillarReviewSummary> pillarReviewSummaries)
pillarReviewSummaries
- public LensReview withPillarReviewSummaries(PillarReviewSummary... pillarReviewSummaries)
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
- public LensReview withPillarReviewSummaries(Collection<PillarReviewSummary> pillarReviewSummaries)
pillarReviewSummaries
- public void setUpdatedAt(Date updatedAt)
updatedAt
- public Date getUpdatedAt()
public LensReview withUpdatedAt(Date updatedAt)
updatedAt
- public void setNotes(String notes)
notes
- public String getNotes()
public LensReview withNotes(String notes)
notes
- public LensReview withRiskCounts(Map<String,Integer> riskCounts)
riskCounts
- public LensReview addRiskCountsEntry(String key, Integer value)
public LensReview clearRiskCountsEntries()
public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public LensReview withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public LensReview clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.