public class CreateKeyPairRequest extends com.aliyuncs.RpcAcsRequest<CreateKeyPairResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateKeyPairRequest.Tag |
| Constructor and Description |
|---|
CreateKeyPairRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyPairName() |
Long |
getOwnerId() |
String |
getResourceGroupId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<CreateKeyPairResponse> |
getResponseClass() |
List<CreateKeyPairRequest.Tag> |
getTags() |
void |
setKeyPairName(String keyPairName) |
void |
setOwnerId(Long ownerId) |
void |
setResourceGroupId(String resourceGroupId) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
void |
setTags(List<CreateKeyPairRequest.Tag> tags) |
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 String getResourceGroupId()
public void setResourceGroupId(String resourceGroupId)
public Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getKeyPairName()
public void setKeyPairName(String keyPairName)
public List<CreateKeyPairRequest.Tag> getTags()
public void setTags(List<CreateKeyPairRequest.Tag> tags)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public Class<CreateKeyPairResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<CreateKeyPairResponse>Copyright © 2018. All Rights Reserved.