@Generated(value="software.amazon.awssdk:codegen") public final class ListFindingAggregatorsRequest extends SecurityHubRequest implements ToCopyableBuilder<ListFindingAggregatorsRequest.Builder,ListFindingAggregatorsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListFindingAggregatorsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListFindingAggregatorsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return.
|
String |
nextToken()
The token returned with the previous set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFindingAggregatorsRequest.Builder> |
serializableBuilderClass() |
ListFindingAggregatorsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
The token returned with the previous set of results. Identifies the next set of results to return.
public final Integer maxResults()
The maximum number of results to return. This operation currently only returns a single result.
public ListFindingAggregatorsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListFindingAggregatorsRequest.Builder,ListFindingAggregatorsRequest>toBuilder in class SecurityHubRequestpublic static ListFindingAggregatorsRequest.Builder builder()
public static Class<? extends ListFindingAggregatorsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.