public class ModifyImageAttributeRequest extends com.aliyuncs.RpcAcsRequest<ModifyImageAttributeResponse>
| Constructor and Description |
|---|
ModifyImageAttributeRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getImageId() |
String |
getImageName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<ModifyImageAttributeResponse> |
getResponseClass() |
void |
setDescription(String description) |
void |
setImageId(String imageId) |
void |
setImageName(String imageName) |
void |
setOwnerAccount(String ownerAccount) |
void |
setOwnerId(Long ownerId) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequestconcatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpointType, setLocationProduct, setParameter, setProtocol, setRegionIdgetConnectTimeout, getEncoding, getHeaders, getHeaderValue, getHttpConnection, getHttpContent, getHttpContentType, getMethod, getReadTimeout, getUrl, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setMethod, setReadTimeout, setUrlpublic Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public String getImageId()
public void setImageId(String imageId)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getImageName()
public void setImageName(String imageName)
public String getOwnerAccount()
public void setOwnerAccount(String ownerAccount)
public String getDescription()
public void setDescription(String description)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public Class<ModifyImageAttributeResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<ModifyImageAttributeResponse>Copyright © 2017. All Rights Reserved.