Class EventAggregate
- java.lang.Object
-
- software.amazon.awssdk.services.health.model.EventAggregate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EventAggregate.Builder,EventAggregate>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEventAggregate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaggregateValue()The issue type for the associated count.static EventAggregate.Builderbuilder()Integercount()The number of events of the associated issue type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EventAggregate.Builder>serializableBuilderClass()EventAggregate.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
aggregateValue
public final String aggregateValue()
The issue type for the associated count.
- Returns:
- The issue type for the associated count.
-
count
public final Integer count()
The number of events of the associated issue type.
- Returns:
- The number of events of the associated issue type.
-
toBuilder
public EventAggregate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EventAggregate.Builder,EventAggregate>
-
builder
public static EventAggregate.Builder builder()
-
serializableBuilderClass
public static Class<? extends EventAggregate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-