Class GetSSHKeyPairValueRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssm.v20190923.models.GetSSHKeyPairValueRequest
-
public class GetSSHKeyPairValueRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetSSHKeyPairValueRequest()GetSSHKeyPairValueRequest(GetSSHKeyPairValueRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSecretName()Get 凭据名称,此凭据只能为SSH密钥对凭据类型。StringgetSSHKeyId()Get 密钥对ID,是云服务器中密钥对的唯一标识。voidsetSecretName(String SecretName)Set 凭据名称,此凭据只能为SSH密钥对凭据类型。voidsetSSHKeyId(String SSHKeyId)Set 密钥对ID,是云服务器中密钥对的唯一标识。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GetSSHKeyPairValueRequest
public GetSSHKeyPairValueRequest()
-
GetSSHKeyPairValueRequest
public GetSSHKeyPairValueRequest(GetSSHKeyPairValueRequest 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.
-
-
Method Detail
-
getSecretName
public String getSecretName()
Get 凭据名称,此凭据只能为SSH密钥对凭据类型。- Returns:
- SecretName 凭据名称,此凭据只能为SSH密钥对凭据类型。
-
setSecretName
public void setSecretName(String SecretName)
Set 凭据名称,此凭据只能为SSH密钥对凭据类型。- Parameters:
SecretName- 凭据名称,此凭据只能为SSH密钥对凭据类型。
-
getSSHKeyId
public String getSSHKeyId()
Get 密钥对ID,是云服务器中密钥对的唯一标识。- Returns:
- SSHKeyId 密钥对ID,是云服务器中密钥对的唯一标识。
-
setSSHKeyId
public void setSSHKeyId(String SSHKeyId)
Set 密钥对ID,是云服务器中密钥对的唯一标识。- Parameters:
SSHKeyId- 密钥对ID,是云服务器中密钥对的唯一标识。
-
-