public class CreateSSHKeyPairSecretResponse extends AbstractModel
Constructor and Description |
---|
CreateSSHKeyPairSecretResponse() |
CreateSSHKeyPairSecretResponse(CreateSSHKeyPairSecretResponse 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 |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getSecretName()
Get Name of the created secret.
|
String |
getSSHKeyID()
Get ID of the created SSH key.
|
String |
getSSHKeyName()
Get Name of the created SSH key.
|
Long |
getTagCode()
Get Tag return code.
|
String |
getTagMsg()
Get Tag return message.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSecretName(String SecretName)
Set Name of the created secret.
|
void |
setSSHKeyID(String SSHKeyID)
Set ID of the created SSH key.
|
void |
setSSHKeyName(String SSHKeyName)
Set Name of the created SSH key.
|
void |
setTagCode(Long TagCode)
Set Tag return code.
|
void |
setTagMsg(String TagMsg)
Set Tag return message.
|
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 CreateSSHKeyPairSecretResponse()
public CreateSSHKeyPairSecretResponse(CreateSSHKeyPairSecretResponse source)
public String getSecretName()
public void setSecretName(String SecretName)
SecretName
- Name of the created secret.public String getSSHKeyID()
public void setSSHKeyID(String SSHKeyID)
SSHKeyID
- ID of the created SSH key.public String getSSHKeyName()
public void setSSHKeyName(String SSHKeyName)
SSHKeyName
- Name of the created SSH key.public Long getTagCode()
public void setTagCode(Long TagCode)
TagCode
- Tag return code. `0`: success; `1`: internal error; `2`: business processing error.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getTagMsg()
public void setTagMsg(String TagMsg)
TagMsg
- Tag return message.
Note: this field may return `null`, indicating that no valid values can be obtained.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.