public class CreateSecretResponse
extends com.aliyuncs.AcsResponse
| 构造器和说明 |
|---|
CreateSecretResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getArn() |
String |
getAutomaticRotation() |
String |
getDKMSInstanceId() |
String |
getExtendedConfig() |
CreateSecretResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getNextRotationDate() |
String |
getRequestId() |
String |
getRotationInterval() |
String |
getSecretName() |
String |
getSecretType() |
String |
getVersionId() |
void |
setArn(String arn) |
void |
setAutomaticRotation(String automaticRotation) |
void |
setDKMSInstanceId(String dKMSInstanceId) |
void |
setExtendedConfig(String extendedConfig) |
void |
setNextRotationDate(String nextRotationDate) |
void |
setRequestId(String requestId) |
void |
setRotationInterval(String rotationInterval) |
void |
setSecretName(String secretName) |
void |
setSecretType(String secretType) |
void |
setVersionId(String versionId) |
public String getRequestId()
public void setRequestId(String requestId)
public String getAutomaticRotation()
public void setAutomaticRotation(String automaticRotation)
public String getSecretName()
public void setSecretName(String secretName)
public String getVersionId()
public void setVersionId(String versionId)
public String getNextRotationDate()
public void setNextRotationDate(String nextRotationDate)
public String getSecretType()
public void setSecretType(String secretType)
public String getRotationInterval()
public void setRotationInterval(String rotationInterval)
public String getArn()
public void setArn(String arn)
public String getExtendedConfig()
public void setExtendedConfig(String extendedConfig)
public String getDKMSInstanceId()
public void setDKMSInstanceId(String dKMSInstanceId)
public CreateSecretResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance 在类中 com.aliyuncs.AcsResponseCopyright © 2024. All Rights Reserved.