StructuredPojo
, ToCopyableBuilder<EventAggregate.Builder,EventAggregate>
@Generated("software.amazon.awssdk:codegen") public class EventAggregate extends Object implements StructuredPojo, ToCopyableBuilder<EventAggregate.Builder,EventAggregate>
The number of events of each issue type. Returned by the DescribeEventAggregates operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EventAggregate.Builder |
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends EventAggregate.Builder> |
serializableBuilderClass() |
|
EventAggregate.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String aggregateValue()
The issue type for the associated count.
public Integer count()
The number of events of the associated issue type.
public EventAggregate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EventAggregate.Builder,EventAggregate>
public static EventAggregate.Builder builder()
public static Class<? extends EventAggregate.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.