@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSummaryItems()
Returns true if the SummaryItems property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
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() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalCount()
The total number of items to delete.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 boolean hasSummaryItems()
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.
You can use hasSummaryItems()
to see if a value was sent in this field.
public InventoryDeletionSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<InventoryDeletionSummary.Builder,InventoryDeletionSummary>
public static InventoryDeletionSummary.Builder builder()
public static Class<? extends InventoryDeletionSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.