public class ScaleWithAdjustmentRequest extends com.aliyuncs.RpcAcsRequest<ScaleWithAdjustmentResponse>
| Constructor and Description |
|---|
ScaleWithAdjustmentRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdjustmentType() |
Integer |
getAdjustmentValue() |
String |
getClientToken() |
Integer |
getMinAdjustmentMagnitude() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Class<ScaleWithAdjustmentResponse> |
getResponseClass() |
String |
getScalingGroupId() |
void |
setAdjustmentType(String adjustmentType) |
void |
setAdjustmentValue(Integer adjustmentValue) |
void |
setClientToken(String clientToken) |
void |
setMinAdjustmentMagnitude(Integer minAdjustmentMagnitude) |
void |
setOwnerId(Long ownerId) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setScalingGroupId(String scalingGroupId) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setSysAcceptFormat, setSysActionName, setSysSecurityToken, setSysVersion, setVersion, signRequestappendUserAgent, concatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProductDomain, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getSysAcceptFormat, getSysActionName, getSysBodyParameters, getSysDomainParameters, getSysEndpointType, getSysLocationProduct, getSysProduct, getSysProductDomain, getSysProtocol, getSysQueryParameters, getSysRegionId, getSysSecurityToken, getSysUserAgentConfig, getSysVersion, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpoint, setEndpointType, setLocationProduct, setParameter, setProductDomain, setProtocol, setRegionId, setSysEndpoint, setSysEndpointType, setSysLocationProduct, setSysProductDomain, setSysProtocol, setSysRegionIdgetConnectTimeout, getContentTypeValue, getEncoding, getHeaders, getHeaderValue, getHttpContent, getHttpContentString, getHttpContentType, getKeyManagers, getMethod, getReadTimeout, getSysConnectTimeout, getSysEncoding, getSysHeaders, getSysMethod, getSysReadTimeout, getSysUrl, getUrl, getX509TrustManagers, isIgnoreSSLCerts, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setIgnoreSSLCerts, setKeyManagers, setMethod, setReadTimeout, setSysConnectTimeout, setSysEncoding, setSysMethod, setSysReadTimeout, setSysUrl, setUrl, setX509TrustManagerspublic Integer getAdjustmentValue()
public void setAdjustmentValue(Integer adjustmentValue)
public String getClientToken()
public void setClientToken(String clientToken)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getScalingGroupId()
public void setScalingGroupId(String scalingGroupId)
public String getAdjustmentType()
public void setAdjustmentType(String adjustmentType)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public Integer getMinAdjustmentMagnitude()
public void setMinAdjustmentMagnitude(Integer minAdjustmentMagnitude)
public Class<ScaleWithAdjustmentResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<ScaleWithAdjustmentResponse>Copyright © 2021. All Rights Reserved.