public class ListAspsRequest extends ListRequest
| Constructor and Description |
|---|
ListAspsRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAspName() |
String |
getVolumeName() |
void |
setAspName(String aspName) |
void |
setVolumeName(String volumeName) |
ListAspsRequest |
withAspName(String aspName)
Configure the request with specified aspName.
|
ListAspsRequest |
withMarker(String marker)
Configure the request with specified marker.
|
ListAspsRequest |
withMaxKeys(int maxKeys)
Configure the request with specified maxKeys.
|
ListAspsRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
ListAspsRequest |
withVolumeName(String volumeName)
Configure the request with specified aspName.
|
getMarker, getMaxKeys, setMarker, setMaxKeysgetRequestCredentials, setRequestCredentialspublic String getAspName()
public void setAspName(String aspName)
public String getVolumeName()
public void setVolumeName(String volumeName)
public ListAspsRequest withAspName(String aspName)
aspName - The optional parameter to filter asp to listpublic ListAspsRequest withVolumeName(String volumeName)
volumeName - The optional parameter to filter asp to listpublic ListAspsRequest withMarker(String marker)
withMarker in class ListRequestmarker - The optional parameter marker specified in the original request to specify
where in the results to begin listing.public ListAspsRequest withMaxKeys(int maxKeys)
withMaxKeys in class ListRequestmaxKeys - The optional parameter to specifies the max number of list result to return.
The default value is 1000.public ListAspsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2024. All rights reserved.