public abstract class ListRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ListRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMarker()
Returning the optional parameter marker specified in the original request to specify
where in the results to begin listing.
|
int |
getMaxKeys()
Returning the optional parameter that specifies the max number of list result to return .
|
void |
setMarker(String marker)
Setting the optional parameter marker specified in the original request to specify
where in the results to begin listing.
|
void |
setMaxKeys(int maxKeys)
Setting the optional parameter to specifies the max number of list result to return
|
ListRequest |
withMarker(String marker)
Configure the request with specified marker.
|
ListRequest |
withMaxKeys(int maxKeys)
Configure the request with specified maxKeys.
|
getRequestCredentials, setRequestCredentials, withRequestCredentialspublic String getMarker()
public void setMarker(String marker)
marker - The optional parameter marker specified in the original request to specify
where in the results to begin listing.public ListRequest withMarker(String marker)
marker - The optional parameter marker specified in the original request to specify
where in the results to begin listing.public int getMaxKeys()
public void setMaxKeys(int maxKeys)
maxKeys - The optional parameter in the original request to specifies the max number of list result to return .public ListRequest withMaxKeys(int maxKeys)
maxKeys - The optional parameter to specifies the max number of list result to return.
The default value is 1000.Copyright © 2022. All rights reserved.