@Generated(value="software.amazon.awssdk:codegen") public final class EventAggregate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventAggregate.Builder,EventAggregate>
The number of events of each issue type. Returned by the DescribeEventAggregates operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventAggregate.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aggregateValue()
The issue type for the associated count.
|
static EventAggregate.Builder |
builder() |
Integer |
count()
The number of events of the associated issue type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventAggregate.Builder> |
serializableBuilderClass() |
EventAggregate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String aggregateValue()
The issue type for the associated count.
public final Integer count()
The number of events of the associated issue type.
public EventAggregate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventAggregate.Builder,EventAggregate>public static EventAggregate.Builder builder()
public static Class<? extends EventAggregate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.