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