@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListControlDomainInsightsByAssessmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListControlDomainInsightsByAssessmentResult() |
| Modifier and Type | Method and Description |
|---|---|
ListControlDomainInsightsByAssessmentResult |
clone() |
boolean |
equals(Object obj) |
List<ControlDomainInsights> |
getControlDomainInsights()
The control domain analytics data that the
ListControlDomainInsightsByAssessment API returned. |
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
int |
hashCode() |
void |
setControlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsightsByAssessment 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.
|
ListControlDomainInsightsByAssessmentResult |
withControlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsightsByAssessment API returned. |
ListControlDomainInsightsByAssessmentResult |
withControlDomainInsights(ControlDomainInsights... controlDomainInsights)
The control domain analytics data that the
ListControlDomainInsightsByAssessment API returned. |
ListControlDomainInsightsByAssessmentResult |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListControlDomainInsightsByAssessmentResult()
public List<ControlDomainInsights> getControlDomainInsights()
The control domain analytics data that the ListControlDomainInsightsByAssessment API returned.
ListControlDomainInsightsByAssessment API
returned.public void setControlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)
The control domain analytics data that the ListControlDomainInsightsByAssessment API returned.
controlDomainInsights - The control domain analytics data that the ListControlDomainInsightsByAssessment API
returned.public ListControlDomainInsightsByAssessmentResult withControlDomainInsights(ControlDomainInsights... controlDomainInsights)
The control domain analytics data that the ListControlDomainInsightsByAssessment API returned.
NOTE: This method appends the values to the existing list (if any). Use
setControlDomainInsights(java.util.Collection) or
withControlDomainInsights(java.util.Collection) if you want to override the existing values.
controlDomainInsights - The control domain analytics data that the ListControlDomainInsightsByAssessment API
returned.public ListControlDomainInsightsByAssessmentResult withControlDomainInsights(Collection<ControlDomainInsights> controlDomainInsights)
The control domain analytics data that the ListControlDomainInsightsByAssessment API returned.
controlDomainInsights - The control domain analytics data that the ListControlDomainInsightsByAssessment 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 ListControlDomainInsightsByAssessmentResult 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 ListControlDomainInsightsByAssessmentResult clone()