@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEntityAggregatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeEntityAggregatesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeEntityAggregatesResult |
clone() |
boolean |
equals(Object obj) |
List<EntityAggregate> |
getEntityAggregates()
The number of entities that are affected by each of the specified events.
|
int |
hashCode() |
void |
setEntityAggregates(Collection<EntityAggregate> entityAggregates)
The number of entities that are affected by each of the specified events.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeEntityAggregatesResult |
withEntityAggregates(Collection<EntityAggregate> entityAggregates)
The number of entities that are affected by each of the specified events.
|
DescribeEntityAggregatesResult |
withEntityAggregates(EntityAggregate... entityAggregates)
The number of entities that are affected by each of the specified events.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<EntityAggregate> getEntityAggregates()
The number of entities that are affected by each of the specified events.
public void setEntityAggregates(Collection<EntityAggregate> entityAggregates)
The number of entities that are affected by each of the specified events.
entityAggregates - The number of entities that are affected by each of the specified events.public DescribeEntityAggregatesResult withEntityAggregates(EntityAggregate... entityAggregates)
The number of entities that are affected by each of the specified events.
NOTE: This method appends the values to the existing list (if any). Use
setEntityAggregates(java.util.Collection) or withEntityAggregates(java.util.Collection) if you
want to override the existing values.
entityAggregates - The number of entities that are affected by each of the specified events.public DescribeEntityAggregatesResult withEntityAggregates(Collection<EntityAggregate> entityAggregates)
The number of entities that are affected by each of the specified events.
entityAggregates - The number of entities that are affected by each of the specified events.public String toString()
toString in class ObjectObject.toString()public DescribeEntityAggregatesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.