@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssessmentControlInsightsByControlDomainResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAssessmentControlInsightsByControlDomainResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentControlInsightsByControlDomainResult |
clone() |
boolean |
equals(Object obj) |
List<ControlInsightsMetadataByAssessmentItem> |
getControlInsightsByAssessment()
The assessment control analytics data that the
ListAssessmentControlInsightsByControlDomain API
returned. |
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
int |
hashCode() |
void |
setControlInsightsByAssessment(Collection<ControlInsightsMetadataByAssessmentItem> controlInsightsByAssessment)
The assessment control analytics data that the
ListAssessmentControlInsightsByControlDomain API
returned. |
void |
setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAssessmentControlInsightsByControlDomainResult |
withControlInsightsByAssessment(Collection<ControlInsightsMetadataByAssessmentItem> controlInsightsByAssessment)
The assessment control analytics data that the
ListAssessmentControlInsightsByControlDomain API
returned. |
ListAssessmentControlInsightsByControlDomainResult |
withControlInsightsByAssessment(ControlInsightsMetadataByAssessmentItem... controlInsightsByAssessment)
The assessment control analytics data that the
ListAssessmentControlInsightsByControlDomain API
returned. |
ListAssessmentControlInsightsByControlDomainResult |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListAssessmentControlInsightsByControlDomainResult()
public List<ControlInsightsMetadataByAssessmentItem> getControlInsightsByAssessment()
The assessment control analytics data that the ListAssessmentControlInsightsByControlDomain API
returned.
ListAssessmentControlInsightsByControlDomain
API returned.public void setControlInsightsByAssessment(Collection<ControlInsightsMetadataByAssessmentItem> controlInsightsByAssessment)
The assessment control analytics data that the ListAssessmentControlInsightsByControlDomain API
returned.
controlInsightsByAssessment - The assessment control analytics data that the ListAssessmentControlInsightsByControlDomain
API returned.public ListAssessmentControlInsightsByControlDomainResult withControlInsightsByAssessment(ControlInsightsMetadataByAssessmentItem... controlInsightsByAssessment)
The assessment control analytics data that the ListAssessmentControlInsightsByControlDomain API
returned.
NOTE: This method appends the values to the existing list (if any). Use
setControlInsightsByAssessment(java.util.Collection) or
withControlInsightsByAssessment(java.util.Collection) if you want to override the existing values.
controlInsightsByAssessment - The assessment control analytics data that the ListAssessmentControlInsightsByControlDomain
API returned.public ListAssessmentControlInsightsByControlDomainResult withControlInsightsByAssessment(Collection<ControlInsightsMetadataByAssessmentItem> controlInsightsByAssessment)
The assessment control analytics data that the ListAssessmentControlInsightsByControlDomain API
returned.
controlInsightsByAssessment - The assessment control analytics data that the ListAssessmentControlInsightsByControlDomain
API returned.public void setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.public String getNextToken()
The pagination token that's used to fetch the next set of results.
public ListAssessmentControlInsightsByControlDomainResult withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.public String toString()
toString in class ObjectObject.toString()public ListAssessmentControlInsightsByControlDomainResult clone()
Copyright © 2025. All rights reserved.