|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.services.moladb.model.BatchGetItemRequest
public class BatchGetItemRequest
Represents the input of a BatchGetItem operation.
| Constructor Summary | |
|---|---|
BatchGetItemRequest()
Constructs a new BatchGetItemRequest object. |
|
| Method Summary | |
|---|---|
Map<String,KeysAndAttributes> |
getRequestItems()
Get the request Items set in this BatchGetItem operation. |
void |
setRequestItems(Map<String,KeysAndAttributes> requestItems)
Set the request items for BatchGetItem operation. |
String |
toString()
Return a string representation of request information. |
BatchGetItemRequest |
withRequestCredentials(BceCredentials credentials)
|
BatchGetItemRequest |
withRequestItems(Map<String,KeysAndAttributes> reqItems)
Set the request items for BatchGetItem operation. |
| Methods inherited from class com.baidubce.model.AbstractBceRequest |
|---|
getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BatchGetItemRequest()
| Method Detail |
|---|
public void setRequestItems(Map<String,KeysAndAttributes> requestItems)
requestItems - The request items for BatchGetItem operation.public BatchGetItemRequest withRequestItems(Map<String,KeysAndAttributes> reqItems)
reqItems - The request items for BatchGetItem operation.
public Map<String,KeysAndAttributes> getRequestItems()
public String toString()
toString in class Objectpublic BatchGetItemRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||