public class DeleteItemRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DeleteItemRequest()
Constructs a new DeleteItemRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
Key |
getKey()
The method return the Key that is used to delete the item.
|
String |
getTableName()
The method return the table name of this request.
|
void |
setKey(Key key)
The method set the Key that used to delete item from the table.
|
void |
setTableName(String tableName)
The method set the table name to delete items.
|
String |
toString()
Return a string representation of request information.
|
DeleteItemRequest |
withKey(Key key)
The method set the Key that used to get item from the table.
|
DeleteItemRequest |
withRequestCredentials(BceCredentials credentials) |
DeleteItemRequest |
withTableName(String tableName)
Set the name of the table from which to delete the item.
|
getRequestCredentials, setRequestCredentialspublic DeleteItemRequest()
public DeleteItemRequest withTableName(String tableName)
tableName - The name of the table from which to delete the item.public void setTableName(String tableName)
tableName - The name of the table where to delete the items.public String toString()
public void setKey(Key key)
key - The key that used to describe the key field.public DeleteItemRequest withKey(Key key)
key - The key that used to describe the key field.public String getTableName()
public Key getKey()
public DeleteItemRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2022. All rights reserved.