@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCisScanResultsAggregatedByChecksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCisScanResultsAggregatedByChecksResult() |
Modifier and Type | Method and Description |
---|---|
ListCisScanResultsAggregatedByChecksResult |
clone() |
boolean |
equals(Object obj) |
List<CisCheckAggregation> |
getCheckAggregations()
The check aggregations.
|
String |
getNextToken()
The pagination token from a previous request that's used to retrieve the next page of results.
|
int |
hashCode() |
void |
setCheckAggregations(Collection<CisCheckAggregation> checkAggregations)
The check aggregations.
|
void |
setNextToken(String nextToken)
The pagination token from a previous request that's used to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListCisScanResultsAggregatedByChecksResult |
withCheckAggregations(CisCheckAggregation... checkAggregations)
The check aggregations.
|
ListCisScanResultsAggregatedByChecksResult |
withCheckAggregations(Collection<CisCheckAggregation> checkAggregations)
The check aggregations.
|
ListCisScanResultsAggregatedByChecksResult |
withNextToken(String nextToken)
The pagination token from a previous request that's used to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListCisScanResultsAggregatedByChecksResult()
public List<CisCheckAggregation> getCheckAggregations()
The check aggregations.
public void setCheckAggregations(Collection<CisCheckAggregation> checkAggregations)
The check aggregations.
checkAggregations
- The check aggregations.public ListCisScanResultsAggregatedByChecksResult withCheckAggregations(CisCheckAggregation... checkAggregations)
The check aggregations.
NOTE: This method appends the values to the existing list (if any). Use
setCheckAggregations(java.util.Collection)
or withCheckAggregations(java.util.Collection)
if
you want to override the existing values.
checkAggregations
- The check aggregations.public ListCisScanResultsAggregatedByChecksResult withCheckAggregations(Collection<CisCheckAggregation> checkAggregations)
The check aggregations.
checkAggregations
- The check aggregations.public void setNextToken(String nextToken)
The pagination token from a previous request that's used to retrieve the next page of results.
nextToken
- The pagination token from a previous request that's used to retrieve the next page of results.public String getNextToken()
The pagination token from a previous request that's used to retrieve the next page of results.
public ListCisScanResultsAggregatedByChecksResult withNextToken(String nextToken)
The pagination token from a previous request that's used to retrieve the next page of results.
nextToken
- The pagination token from a previous request that's used to retrieve the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListCisScanResultsAggregatedByChecksResult clone()