@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteInventoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteInventoryResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteInventoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeletionId()
Every
DeleteInventory operation is assigned a unique ID. |
InventoryDeletionSummary |
getDeletionSummary()
A summary of the delete operation.
|
String |
getTypeName()
The name of the inventory data type specified in the request.
|
int |
hashCode() |
void |
setDeletionId(String deletionId)
Every
DeleteInventory operation is assigned a unique ID. |
void |
setDeletionSummary(InventoryDeletionSummary deletionSummary)
A summary of the delete operation.
|
void |
setTypeName(String typeName)
The name of the inventory data type specified in the request.
|
String |
toString()
Returns a string representation of this object.
|
DeleteInventoryResult |
withDeletionId(String deletionId)
Every
DeleteInventory operation is assigned a unique ID. |
DeleteInventoryResult |
withDeletionSummary(InventoryDeletionSummary deletionSummary)
A summary of the delete operation.
|
DeleteInventoryResult |
withTypeName(String typeName)
The name of the inventory data type specified in the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDeletionId(String deletionId)
Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID. You can
use this ID to query the status of a delete operation. This option is useful for ensuring that a delete operation
has completed before you begin other operations.
deletionId - Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID. You
can use this ID to query the status of a delete operation. This option is useful for ensuring that a
delete operation has completed before you begin other operations.public String getDeletionId()
Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID. You can
use this ID to query the status of a delete operation. This option is useful for ensuring that a delete operation
has completed before you begin other operations.
DeleteInventory operation is assigned a unique ID. This option returns a unique ID.
You can use this ID to query the status of a delete operation. This option is useful for ensuring that a
delete operation has completed before you begin other operations.public DeleteInventoryResult withDeletionId(String deletionId)
Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID. You can
use this ID to query the status of a delete operation. This option is useful for ensuring that a delete operation
has completed before you begin other operations.
deletionId - Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID. You
can use this ID to query the status of a delete operation. This option is useful for ensuring that a
delete operation has completed before you begin other operations.public void setTypeName(String typeName)
The name of the inventory data type specified in the request.
typeName - The name of the inventory data type specified in the request.public String getTypeName()
The name of the inventory data type specified in the request.
public DeleteInventoryResult withTypeName(String typeName)
The name of the inventory data type specified in the request.
typeName - The name of the inventory data type specified in the request.public void setDeletionSummary(InventoryDeletionSummary deletionSummary)
A summary of the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.
deletionSummary - A summary of the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User
Guide.public InventoryDeletionSummary getDeletionSummary()
A summary of the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.
public DeleteInventoryResult withDeletionSummary(InventoryDeletionSummary deletionSummary)
A summary of the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.
deletionSummary - A summary of the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User
Guide.public String toString()
toString in class ObjectObject.toString()public DeleteInventoryResult clone()