public class GetSSHKeyPairValueResponse extends AbstractModel
Constructor and Description |
---|
GetSSHKeyPairValueResponse() |
GetSSHKeyPairValueResponse(GetSSHKeyPairValueResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getPrivateKey()
Get Plaintext value of the Base64-encoded private key.
|
Long |
getProjectID()
Get ID of the project to which the SSH key belongs.
|
String |
getPublicKey()
Get Plaintext value of the Base64-encoded public key.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getSSHKeyDescription()
Get Description of the SSH key.
|
String |
getSSHKeyID()
Get ID of the SSH key.
|
String |
getSSHKeyName()
Get Name of the SSH key.
|
void |
setPrivateKey(String PrivateKey)
Set Plaintext value of the Base64-encoded private key.
|
void |
setProjectID(Long ProjectID)
Set ID of the project to which the SSH key belongs.
|
void |
setPublicKey(String PublicKey)
Set Plaintext value of the Base64-encoded public key.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSSHKeyDescription(String SSHKeyDescription)
Set Description of the SSH key.
|
void |
setSSHKeyID(String SSHKeyID)
Set ID of the SSH key.
|
void |
setSSHKeyName(String SSHKeyName)
Set Name of the SSH key.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public GetSSHKeyPairValueResponse()
public GetSSHKeyPairValueResponse(GetSSHKeyPairValueResponse source)
public String getSSHKeyID()
public void setSSHKeyID(String SSHKeyID)
SSHKeyID
- ID of the SSH key.public String getPublicKey()
public void setPublicKey(String PublicKey)
PublicKey
- Plaintext value of the Base64-encoded public key.public String getPrivateKey()
public void setPrivateKey(String PrivateKey)
PrivateKey
- Plaintext value of the Base64-encoded private key.public Long getProjectID()
public void setProjectID(Long ProjectID)
ProjectID
- ID of the project to which the SSH key belongs.public String getSSHKeyDescription()
public void setSSHKeyDescription(String SSHKeyDescription)
SSHKeyDescription
- Description of the SSH key.
The description can be modified in the CVM console.public String getSSHKeyName()
public void setSSHKeyName(String SSHKeyName)
SSHKeyName
- Name of the SSH key.
The name can be modified in the CVM console.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.