@Generated(value="software.amazon.awssdk:codegen") public class InventoryAggregator extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<InventoryAggregator.Builder,InventoryAggregator>
Specifies the inventory type and attribute for the aggregation execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InventoryAggregator.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<InventoryAggregator> |
aggregators()
Nested aggregators to further refine aggregation for an inventory type.
|
static InventoryAggregator.Builder |
builder() |
boolean |
equals(Object obj) |
String |
expression()
The inventory type and attribute name for aggregation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends InventoryAggregator.Builder> |
serializableBuilderClass() |
InventoryAggregator.Builder |
toBuilder() |
String |
toString() |
public String expression()
The inventory type and attribute name for aggregation.
public List<InventoryAggregator> aggregators()
Nested aggregators to further refine aggregation for an inventory type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public InventoryAggregator.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<InventoryAggregator.Builder,InventoryAggregator>public static InventoryAggregator.Builder builder()
public static Class<? extends InventoryAggregator.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.