public class ImportKeyPairResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
keyPairFingerPrint
The fingerprint of the key pair.
|
String |
keyPairName
The name of the key pair.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
ImportKeyPairResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static ImportKeyPairResponseBody |
build(Map<String,?> map) |
String |
getKeyPairFingerPrint() |
String |
getKeyPairName() |
String |
getRequestId() |
ImportKeyPairResponseBody |
setKeyPairFingerPrint(String keyPairFingerPrint) |
ImportKeyPairResponseBody |
setKeyPairName(String keyPairName) |
ImportKeyPairResponseBody |
setRequestId(String requestId) |
@NameInMap(value="KeyPairFingerPrint") public String keyPairFingerPrint
The fingerprint of the key pair. The message-digest algorithm 5 (MD5) is used based on the public key fingerprint format defined in RFC 4716.
@NameInMap(value="KeyPairName") public String keyPairName
The name of the key pair.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static ImportKeyPairResponseBody build(Map<String,?> map) throws Exception
Exception
public ImportKeyPairResponseBody setKeyPairFingerPrint(String keyPairFingerPrint)
public String getKeyPairFingerPrint()
public ImportKeyPairResponseBody setKeyPairName(String keyPairName)
public String getKeyPairName()
public ImportKeyPairResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.