public class ModifyInstanceAutoRenewalAttributeRequest extends com.aliyuncs.RpcAcsRequest<ModifyInstanceAutoRenewalAttributeResponse>
| Constructor and Description |
|---|
ModifyInstanceAutoRenewalAttributeRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoRenew() |
String |
getClientToken() |
String |
getDBInstanceId() |
String |
getDuration() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<ModifyInstanceAutoRenewalAttributeResponse> |
getResponseClass() |
void |
setAutoRenew(String autoRenew) |
void |
setClientToken(String clientToken) |
void |
setDBInstanceId(String dBInstanceId) |
void |
setDuration(String duration) |
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, getProductDomain, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpoint, setEndpointType, setLocationProduct, setParameter, setProductDomain, setProtocol, setRegionId, signRequestbuildHttpConnection, getConnectTimeout, getEncoding, getHeaders, getHeaderValue, getHttpContent, getHttpContentType, getMethod, getReadTimeout, getSslSocketFactory, getUrl, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setMethod, setReadTimeout, setSslSocketFactory, setUrlpublic ModifyInstanceAutoRenewalAttributeRequest()
public String getDuration()
public void setDuration(String duration)
public Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public String getAutoRenew()
public void setAutoRenew(String autoRenew)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getClientToken()
public void setClientToken(String clientToken)
public String getOwnerAccount()
public void setOwnerAccount(String ownerAccount)
public String getDBInstanceId()
public void setDBInstanceId(String dBInstanceId)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public Class<ModifyInstanceAutoRenewalAttributeResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<ModifyInstanceAutoRenewalAttributeResponse>Copyright © 2018. All Rights Reserved.