public class UnShareImageRequest extends AbstractBceRequest
| Constructor and Description |
|---|
UnShareImageRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccount() |
String |
getAccountId() |
String |
getImageId() |
String |
getUcAccount() |
void |
setAccount(String account) |
void |
setAccountId(String accountId) |
void |
setImageId(String imageId) |
void |
setUcAccount(String ucAccount) |
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.
|
UnShareImageRequest |
withUcAccount(String ucAccount)
Configure ucAccount 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 String getUcAccount()
public void setUcAccount(String ucAccount)
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 withUcAccount(String ucAccount)
ucAccount - The account of uc.public UnShareImageRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2020. All rights reserved.