@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFindingAggregatorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListFindingAggregatorsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListFindingAggregatorsResult | clone() | 
| boolean | equals(Object obj) | 
| List<FindingAggregator> | getFindingAggregators()
 The list of finding aggregators. | 
| String | getNextToken()
 If there are more results, this is the token to provide in the next call to  ListFindingAggregators. | 
| int | hashCode() | 
| void | setFindingAggregators(Collection<FindingAggregator> findingAggregators)
 The list of finding aggregators. | 
| void | setNextToken(String nextToken)
 If there are more results, this is the token to provide in the next call to  ListFindingAggregators. | 
| String | toString()Returns a string representation of this object. | 
| ListFindingAggregatorsResult | withFindingAggregators(Collection<FindingAggregator> findingAggregators)
 The list of finding aggregators. | 
| ListFindingAggregatorsResult | withFindingAggregators(FindingAggregator... findingAggregators)
 The list of finding aggregators. | 
| ListFindingAggregatorsResult | withNextToken(String nextToken)
 If there are more results, this is the token to provide in the next call to  ListFindingAggregators. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<FindingAggregator> getFindingAggregators()
The list of finding aggregators. This operation currently only returns a single result.
public void setFindingAggregators(Collection<FindingAggregator> findingAggregators)
The list of finding aggregators. This operation currently only returns a single result.
findingAggregators - The list of finding aggregators. This operation currently only returns a single result.public ListFindingAggregatorsResult withFindingAggregators(FindingAggregator... findingAggregators)
The list of finding aggregators. This operation currently only returns a single result.
 NOTE: This method appends the values to the existing list (if any). Use
 setFindingAggregators(java.util.Collection) or withFindingAggregators(java.util.Collection) if
 you want to override the existing values.
 
findingAggregators - The list of finding aggregators. This operation currently only returns a single result.public ListFindingAggregatorsResult withFindingAggregators(Collection<FindingAggregator> findingAggregators)
The list of finding aggregators. This operation currently only returns a single result.
findingAggregators - The list of finding aggregators. This operation currently only returns a single result.public void setNextToken(String nextToken)
 If there are more results, this is the token to provide in the next call to ListFindingAggregators.
 
This operation currently only returns a single result.
nextToken - If there are more results, this is the token to provide in the next call to
        ListFindingAggregators.
        This operation currently only returns a single result.
public String getNextToken()
 If there are more results, this is the token to provide in the next call to ListFindingAggregators.
 
This operation currently only returns a single result.
ListFindingAggregators.
         This operation currently only returns a single result.
public ListFindingAggregatorsResult withNextToken(String nextToken)
 If there are more results, this is the token to provide in the next call to ListFindingAggregators.
 
This operation currently only returns a single result.
nextToken - If there are more results, this is the token to provide in the next call to
        ListFindingAggregators.
        This operation currently only returns a single result.
public String toString()
toString in class ObjectObject.toString()public ListFindingAggregatorsResult clone()