com.baidubce.services.bcc.model.image
Class DeleteImageRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.bcc.model.image.DeleteImageRequest
public class DeleteImageRequest
- extends AbstractBceRequest
The request for deleting the specified image.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteImageRequest
public DeleteImageRequest()
getImageId
public String getImageId()
setImageId
public void setImageId(String imageId)
withImageId
public DeleteImageRequest withImageId(String imageId)
- Configure imageId for the request.
- Parameters:
imageId
- The id of image that will be deleted.
- Returns:
- DeleteImageRequest with imageId.
withRequestCredentials
public DeleteImageRequest withRequestCredentials(BceCredentials credentials)
- Configure request credential for the request.
- Specified by:
withRequestCredentials
in class AbstractBceRequest
- Parameters:
credentials
- a valid instance of BceCredentials.
- Returns:
- DeleteImageRequest with credentials.
Copyright © 2018. All rights reserved.