public class ListImagesRequest extends ListRequest
| Constructor and Description |
|---|
ListImagesRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImageType() |
void |
setImageType(String imageType) |
ListImagesRequest |
withImageType(String imageType)
Configure the request with specified imageType.
|
ListImagesRequest |
withMarker(String marker)
Configure the request with specified marker.
|
ListImagesRequest |
withMaxKeys(int maxKeys)
Configure the request with specified maxKeys.
|
ListImagesRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getMarker, getMaxKeys, setMarker, setMaxKeysgetRequestCredentials, setRequestCredentialspublic String getImageType()
public void setImageType(String imageType)
public ListImagesRequest withImageType(String imageType)
imageType - The optional parameter to filter image to list, see more detail on
BCE API docpublic ListImagesRequest 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 ListImagesRequest 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 ListImagesRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2020. All rights reserved.