@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LensReviewSummary extends Object implements Serializable, Cloneable, StructuredPojo
A lens review summary of a workload.
| Constructor and Description |
|---|
LensReviewSummary() |
public void setLensAlias(String lensAlias)
lensAlias - public String getLensAlias()
public LensReviewSummary withLensAlias(String lensAlias)
lensAlias - 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 LensReviewSummary withLensVersion(String lensVersion)
The version of the lens.
lensVersion - The version of the lens.public void setLensName(String lensName)
lensName - public String getLensName()
public LensReviewSummary 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 LensReviewSummary withLensStatus(String lensStatus)
The status of the lens.
lensStatus - The status of the lens.LensStatuspublic LensReviewSummary withLensStatus(LensStatus lensStatus)
The status of the lens.
lensStatus - The status of the lens.LensStatuspublic void setUpdatedAt(Date updatedAt)
updatedAt - public Date getUpdatedAt()
public LensReviewSummary withUpdatedAt(Date updatedAt)
updatedAt - public LensReviewSummary withRiskCounts(Map<String,Integer> riskCounts)
riskCounts - public LensReviewSummary addRiskCountsEntry(String key, Integer value)
public LensReviewSummary clearRiskCountsEntries()
public String toString()
toString in class ObjectObject.toString()public LensReviewSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.