@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 action 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 action 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 action 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, setSdkResponseMetadata
public void setDeletionId(String deletionId)
Every DeleteInventory
action 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 actions.
deletionId
- Every DeleteInventory
action 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 actions.public String getDeletionId()
Every DeleteInventory
action 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 actions.
DeleteInventory
action 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 actions.public DeleteInventoryResult withDeletionId(String deletionId)
Every DeleteInventory
action 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 actions.
deletionId
- Every DeleteInventory
action 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 actions.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 Deleting custom inventory in the AWS Systems Manager User Guide.
deletionSummary
- A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the AWS Systems Manager User Guide.public InventoryDeletionSummary getDeletionSummary()
A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the AWS Systems Manager User Guide.
public DeleteInventoryResult withDeletionSummary(InventoryDeletionSummary deletionSummary)
A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the AWS Systems Manager User Guide.
deletionSummary
- A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the AWS Systems Manager User Guide.public String toString()
toString
in class Object
Object.toString()
public DeleteInventoryResult clone()