public class ListImagesRequest extends ListRequest
| Constructor and Description |
|---|
ListImagesRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImageName() |
String |
getImageType() |
void |
setImageName(String imageName) |
void |
setImageType(String imageType) |
ListImagesRequest |
withImageName(String imageName)
Configure the request with specified imageName.
|
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.public String getImageName()
public void setImageName(String imageName)
public ListImagesRequest withImageName(String imageName)
imageName - The optional parameter to filter image to listCopyright © 2024. All rights reserved.