Class DeleteSecretVersionRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssm.v20190923.models.DeleteSecretVersionRequest
-
public class DeleteSecretVersionRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteSecretVersionRequest()DeleteSecretVersionRequest(DeleteSecretVersionRequest 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 指定凭据名称。StringgetVersionId()Get 指定该名称下需要删除的凭据的版本号。voidsetSecretName(String SecretName)Set 指定凭据名称。voidsetVersionId(String VersionId)Set 指定该名称下需要删除的凭据的版本号。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
-
DeleteSecretVersionRequest
public DeleteSecretVersionRequest()
-
DeleteSecretVersionRequest
public DeleteSecretVersionRequest(DeleteSecretVersionRequest 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 指定凭据名称。- Returns:
- SecretName 指定凭据名称。
-
setSecretName
public void setSecretName(String SecretName)
Set 指定凭据名称。- Parameters:
SecretName- 指定凭据名称。
-
getVersionId
public String getVersionId()
Get 指定该名称下需要删除的凭据的版本号。- Returns:
- VersionId 指定该名称下需要删除的凭据的版本号。
-
setVersionId
public void setVersionId(String VersionId)
Set 指定该名称下需要删除的凭据的版本号。- Parameters:
VersionId- 指定该名称下需要删除的凭据的版本号。
-
-