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