@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() |
Modifier and Type | Method and Description |
---|---|
LensReview |
addPrioritizedRiskCountsEntry(String key,
Integer value)
Add a single PrioritizedRiskCounts entry
|
LensReview |
addRiskCountsEntry(String key,
Integer value)
Add a single RiskCounts entry
|
LensReview |
clearPrioritizedRiskCountsEntries()
Removes all the entries added into PrioritizedRiskCounts.
|
LensReview |
clearRiskCountsEntries()
Removes all the entries added into RiskCounts.
|
LensReview |
clone() |
boolean |
equals(Object obj) |
JiraSelectedQuestionConfiguration |
getJiraConfiguration()
Jira configuration status of the Lens review.
|
String |
getLensAlias() |
String |
getLensArn()
The ARN for the lens.
|
String |
getLensName() |
String |
getLensStatus()
The status of the lens.
|
String |
getLensVersion()
The version of the lens.
|
String |
getNextToken() |
String |
getNotes() |
List<PillarReviewSummary> |
getPillarReviewSummaries() |
Map<String,Integer> |
getPrioritizedRiskCounts() |
List<WorkloadProfile> |
getProfiles()
The profiles associated with the workload.
|
Map<String,Integer> |
getRiskCounts() |
Date |
getUpdatedAt() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setJiraConfiguration(JiraSelectedQuestionConfiguration jiraConfiguration)
Jira configuration status of the Lens review.
|
void |
setLensAlias(String lensAlias) |
void |
setLensArn(String lensArn)
The ARN for the lens.
|
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<PillarReviewSummary> pillarReviewSummaries) |
void |
setPrioritizedRiskCounts(Map<String,Integer> prioritizedRiskCounts) |
void |
setProfiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
|
void |
setRiskCounts(Map<String,Integer> riskCounts) |
void |
setUpdatedAt(Date updatedAt) |
String |
toString()
Returns a string representation of this object.
|
LensReview |
withJiraConfiguration(JiraSelectedQuestionConfiguration jiraConfiguration)
Jira configuration status of the Lens review.
|
LensReview |
withLensAlias(String lensAlias) |
LensReview |
withLensArn(String lensArn)
The ARN for the lens.
|
LensReview |
withLensName(String lensName) |
LensReview |
withLensStatus(LensStatus lensStatus)
The status of the lens.
|
LensReview |
withLensStatus(String lensStatus)
The status of the lens.
|
LensReview |
withLensVersion(String lensVersion)
The version of the lens.
|
LensReview |
withNextToken(String nextToken) |
LensReview |
withNotes(String notes) |
LensReview |
withPillarReviewSummaries(Collection<PillarReviewSummary> pillarReviewSummaries) |
LensReview |
withPillarReviewSummaries(PillarReviewSummary... pillarReviewSummaries)
NOTE: This method appends the values to the existing list (if any).
|
LensReview |
withPrioritizedRiskCounts(Map<String,Integer> prioritizedRiskCounts) |
LensReview |
withProfiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
|
LensReview |
withProfiles(WorkloadProfile... profiles)
The profiles associated with the workload.
|
LensReview |
withRiskCounts(Map<String,Integer> riskCounts) |
LensReview |
withUpdatedAt(Date updatedAt) |
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 setJiraConfiguration(JiraSelectedQuestionConfiguration jiraConfiguration)
Jira configuration status of the Lens review.
jiraConfiguration
- Jira configuration status of the Lens review.public JiraSelectedQuestionConfiguration getJiraConfiguration()
Jira configuration status of the Lens review.
public LensReview withJiraConfiguration(JiraSelectedQuestionConfiguration jiraConfiguration)
Jira configuration status of the Lens review.
jiraConfiguration
- Jira configuration status of the Lens review.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 List<WorkloadProfile> getProfiles()
The profiles associated with the workload.
public void setProfiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
profiles
- The profiles associated with the workload.public LensReview withProfiles(WorkloadProfile... profiles)
The profiles associated with the workload.
NOTE: This method appends the values to the existing list (if any). Use
setProfiles(java.util.Collection)
or withProfiles(java.util.Collection)
if you want to override
the existing values.
profiles
- The profiles associated with the workload.public LensReview withProfiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
profiles
- The profiles associated with the workload.public void setPrioritizedRiskCounts(Map<String,Integer> prioritizedRiskCounts)
prioritizedRiskCounts
- public LensReview withPrioritizedRiskCounts(Map<String,Integer> prioritizedRiskCounts)
prioritizedRiskCounts
- public LensReview addPrioritizedRiskCountsEntry(String key, Integer value)
public LensReview clearPrioritizedRiskCountsEntries()
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.