public class ImportKeyPairRequest extends com.aliyuncs.RpcAcsRequest<ImportKeyPairResponse>
| Constructor and Description |
|---|
ImportKeyPairRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyPairName() |
Long |
getOwnerId() |
String |
getPublicKeyBody() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<ImportKeyPairResponse> |
getResponseClass() |
void |
setKeyPairName(String keyPairName) |
void |
setOwnerId(Long ownerId) |
void |
setPublicKeyBody(String publicKeyBody) |
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 getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getPublicKeyBody()
public void setPublicKeyBody(String publicKeyBody)
public String getKeyPairName()
public void setKeyPairName(String keyPairName)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public Class<ImportKeyPairResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<ImportKeyPairResponse>Copyright © 2017. All Rights Reserved.