public class DescribeDatasetsRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DescribeDatasetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImportFormat() |
String |
getKeyword() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getStorageInstances() |
String |
getStorageType() |
void |
setImportFormat(String importFormat) |
void |
setKeyword(String keyword) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setStorageInstances(String storageInstances) |
void |
setStorageType(String storageType) |
DescribeDatasetsRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic String getKeyword()
public void setKeyword(String keyword)
public String getStorageType()
public void setStorageType(String storageType)
public String getStorageInstances()
public void setStorageInstances(String storageInstances)
public String getImportFormat()
public void setImportFormat(String importFormat)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public DescribeDatasetsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2026. All rights reserved.