StructuredPojo
, ToCopyableBuilder<EntityAggregate.Builder,EntityAggregate>
@Generated("software.amazon.awssdk:codegen") public class EntityAggregate extends Object implements StructuredPojo, ToCopyableBuilder<EntityAggregate.Builder,EntityAggregate>
The number of entities that are affected by one or more events. Returned by the DescribeEntityAggregates operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EntityAggregate.Builder |
Modifier and Type | Method | Description |
---|---|---|
static EntityAggregate.Builder |
builder() |
|
Integer |
count() |
The number entities that match the criteria for the specified events.
|
boolean |
equals(Object obj) |
|
String |
eventArn() |
The unique identifier for the event.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends EntityAggregate.Builder> |
serializableBuilderClass() |
|
EntityAggregate.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String eventArn()
The unique identifier for the event. Format:
arn:aws:health:event-region::event/EVENT_TYPE_PLUS_ID
. Example:
arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331
arn:aws:health:event-region::event/EVENT_TYPE_PLUS_ID
. Example:
arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331
public Integer count()
The number entities that match the criteria for the specified events.
public EntityAggregate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EntityAggregate.Builder,EntityAggregate>
public static EntityAggregate.Builder builder()
public static Class<? extends EntityAggregate.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.