@Generated(value="software.amazon.awssdk:codegen") public final class InventoryDeletionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InventoryDeletionSummary.Builder,InventoryDeletionSummary>
Information about the delete operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InventoryDeletionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InventoryDeletionSummary.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
remainingCount()
Remaining number of items to delete.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InventoryDeletionSummary.Builder> |
serializableBuilderClass() |
List<InventoryDeletionSummaryItem> |
summaryItems()
A list of counts and versions for deleted items.
|
InventoryDeletionSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
totalCount()
The total number of items to delete.
|
copypublic Integer totalCount()
The total number of items to delete. This count does not change during the delete operation.
public Integer remainingCount()
Remaining number of items to delete.
public List<InventoryDeletionSummaryItem> summaryItems()
A list of counts and versions for deleted items.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public InventoryDeletionSummary.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<InventoryDeletionSummary.Builder,InventoryDeletionSummary>public static InventoryDeletionSummary.Builder builder()
public static Class<? extends InventoryDeletionSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.