public class UnShareImageRequest extends AbstractBceRequest
| Constructor and Description |
|---|
UnShareImageRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccount() |
String |
getAccountId() |
String |
getImageId() |
void |
setAccount(String account) |
void |
setAccountId(String accountId) |
void |
setImageId(String imageId) |
UnShareImageRequest |
withAccount(String account)
Configure account for the request.
|
UnShareImageRequest |
withAccountId(String accountId)
Configure accountId for the request.
|
UnShareImageRequest |
withImageId(String imageId)
Configure imageId for the request.
|
UnShareImageRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic String getImageId()
public void setImageId(String imageId)
public String getAccount()
public void setAccount(String account)
public String getAccountId()
public void setAccountId(String accountId)
public UnShareImageRequest withImageId(String imageId)
imageId - The id of image.public UnShareImageRequest withAccount(String account)
account - The id of image.public UnShareImageRequest withAccountId(String accountId)
accountId - The id of image.public UnShareImageRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2019. All rights reserved.