public class SecretDeleteRecordValue
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clusterId
The ID of the cluster.
|
String |
message
The error message returned when exceptions occur.
|
String |
state
The result of deleting the secret.
|
| 构造器和说明 |
|---|
SecretDeleteRecordValue() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SecretDeleteRecordValue |
build(Map<String,?> map) |
String |
getClusterId() |
String |
getMessage() |
String |
getState() |
SecretDeleteRecordValue |
setClusterId(String clusterId) |
SecretDeleteRecordValue |
setMessage(String message) |
SecretDeleteRecordValue |
setState(String state) |
@NameInMap(value="State") public String state
The result of deleting the secret. Valid values:
* `success`: The secret was deleted.
* `fail`: The secret failed to be deleted.
@NameInMap(value="ClusterId") public String clusterId
The ID of the cluster.
@NameInMap(value="Message") public String message
The error message returned when exceptions occur. Otherwise, an empty value is returned.
public static SecretDeleteRecordValue build(Map<String,?> map) throws Exception
Exceptionpublic SecretDeleteRecordValue setState(String state)
public String getState()
public SecretDeleteRecordValue setClusterId(String clusterId)
public String getClusterId()
public SecretDeleteRecordValue setMessage(String message)
public String getMessage()
Copyright © 2023. All rights reserved.