@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InventoryDeletionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the delete operation.
Constructor and Description |
---|
InventoryDeletionSummary() |
Modifier and Type | Method and Description |
---|---|
InventoryDeletionSummary |
clone() |
boolean |
equals(Object obj) |
Integer |
getRemainingCount()
Remaining number of items to delete.
|
List<InventoryDeletionSummaryItem> |
getSummaryItems()
A list of counts and versions for deleted items.
|
Integer |
getTotalCount()
The total number of items to delete.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRemainingCount(Integer remainingCount)
Remaining number of items to delete.
|
void |
setSummaryItems(Collection<InventoryDeletionSummaryItem> summaryItems)
A list of counts and versions for deleted items.
|
void |
setTotalCount(Integer totalCount)
The total number of items to delete.
|
String |
toString()
Returns a string representation of this object.
|
InventoryDeletionSummary |
withRemainingCount(Integer remainingCount)
Remaining number of items to delete.
|
InventoryDeletionSummary |
withSummaryItems(Collection<InventoryDeletionSummaryItem> summaryItems)
A list of counts and versions for deleted items.
|
InventoryDeletionSummary |
withSummaryItems(InventoryDeletionSummaryItem... summaryItems)
A list of counts and versions for deleted items.
|
InventoryDeletionSummary |
withTotalCount(Integer totalCount)
The total number of items to delete.
|
public void setTotalCount(Integer totalCount)
The total number of items to delete. This count doesn't change during the delete operation.
totalCount
- The total number of items to delete. This count doesn't change during the delete operation.public Integer getTotalCount()
The total number of items to delete. This count doesn't change during the delete operation.
public InventoryDeletionSummary withTotalCount(Integer totalCount)
The total number of items to delete. This count doesn't change during the delete operation.
totalCount
- The total number of items to delete. This count doesn't change during the delete operation.public void setRemainingCount(Integer remainingCount)
Remaining number of items to delete.
remainingCount
- Remaining number of items to delete.public Integer getRemainingCount()
Remaining number of items to delete.
public InventoryDeletionSummary withRemainingCount(Integer remainingCount)
Remaining number of items to delete.
remainingCount
- Remaining number of items to delete.public List<InventoryDeletionSummaryItem> getSummaryItems()
A list of counts and versions for deleted items.
public void setSummaryItems(Collection<InventoryDeletionSummaryItem> summaryItems)
A list of counts and versions for deleted items.
summaryItems
- A list of counts and versions for deleted items.public InventoryDeletionSummary withSummaryItems(InventoryDeletionSummaryItem... summaryItems)
A list of counts and versions for deleted items.
NOTE: This method appends the values to the existing list (if any). Use
setSummaryItems(java.util.Collection)
or withSummaryItems(java.util.Collection)
if you want to
override the existing values.
summaryItems
- A list of counts and versions for deleted items.public InventoryDeletionSummary withSummaryItems(Collection<InventoryDeletionSummaryItem> summaryItems)
A list of counts and versions for deleted items.
summaryItems
- A list of counts and versions for deleted items.public String toString()
toString
in class Object
Object.toString()
public InventoryDeletionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.