@Generated(value="software.amazon.awssdk:codegen") public final class GroupCount extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GroupCount.Builder,GroupCount>
Provides a group of results for a query that retrieved aggregated statistical data about findings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GroupCount.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GroupCount.Builder |
builder() |
Long |
count()
The total number of findings in the group of query results.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupKey()
The name of the property that defines the group in the query results, as specified by the groupBy property in the
query request.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GroupCount.Builder> |
serializableBuilderClass() |
GroupCount.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long count()
The total number of findings in the group of query results.
public final String groupKey()
The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.
public GroupCount.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GroupCount.Builder,GroupCount>public static GroupCount.Builder builder()
public static Class<? extends GroupCount.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.