@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.LensStatus
public String getLensStatus()
The status of the lens.
LensStatus
public LensReviewSummary withLensStatus(String lensStatus)
The status of the lens.
lensStatus
- The status of the lens.LensStatus
public LensReviewSummary withLensStatus(LensStatus lensStatus)
The status of the lens.
lensStatus
- The status of the lens.LensStatus
public 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 Object
Object.toString()
public LensReviewSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.