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