@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InventoryAggregator extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the inventory type and attribute for the aggregation execution.
| Constructor and Description |
|---|
InventoryAggregator() |
| Modifier and Type | Method and Description |
|---|---|
InventoryAggregator |
clone() |
boolean |
equals(Object obj) |
List<InventoryAggregator> |
getAggregators()
Nested aggregators to further refine aggregation for an inventory type.
|
String |
getExpression()
The inventory type and attribute name for aggregation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAggregators(Collection<InventoryAggregator> aggregators)
Nested aggregators to further refine aggregation for an inventory type.
|
void |
setExpression(String expression)
The inventory type and attribute name for aggregation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InventoryAggregator |
withAggregators(Collection<InventoryAggregator> aggregators)
Nested aggregators to further refine aggregation for an inventory type.
|
InventoryAggregator |
withAggregators(InventoryAggregator... aggregators)
Nested aggregators to further refine aggregation for an inventory type.
|
InventoryAggregator |
withExpression(String expression)
The inventory type and attribute name for aggregation.
|
public void setExpression(String expression)
The inventory type and attribute name for aggregation.
expression - The inventory type and attribute name for aggregation.public String getExpression()
The inventory type and attribute name for aggregation.
public InventoryAggregator withExpression(String expression)
The inventory type and attribute name for aggregation.
expression - The inventory type and attribute name for aggregation.public List<InventoryAggregator> getAggregators()
Nested aggregators to further refine aggregation for an inventory type.
public void setAggregators(Collection<InventoryAggregator> aggregators)
Nested aggregators to further refine aggregation for an inventory type.
aggregators - Nested aggregators to further refine aggregation for an inventory type.public InventoryAggregator withAggregators(InventoryAggregator... aggregators)
Nested aggregators to further refine aggregation for an inventory type.
NOTE: This method appends the values to the existing list (if any). Use
setAggregators(java.util.Collection) or withAggregators(java.util.Collection) if you want to
override the existing values.
aggregators - Nested aggregators to further refine aggregation for an inventory type.public InventoryAggregator withAggregators(Collection<InventoryAggregator> aggregators)
Nested aggregators to further refine aggregation for an inventory type.
aggregators - Nested aggregators to further refine aggregation for an inventory type.public String toString()
toString in class ObjectObject.toString()public InventoryAggregator clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.