public class DeleteGatewaySecretResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
requestId
The request ID.
|
Map<String,SecretDeleteRecordValue> |
secretDeleteRecord
The records of deleting the secret in all clusters.
|
| 构造器和说明 |
|---|
DeleteGatewaySecretResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteGatewaySecretResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
Map<String,SecretDeleteRecordValue> |
getSecretDeleteRecord() |
DeleteGatewaySecretResponseBody |
setRequestId(String requestId) |
DeleteGatewaySecretResponseBody |
setSecretDeleteRecord(Map<String,SecretDeleteRecordValue> secretDeleteRecord) |
@NameInMap(value="RequestId") public String requestId
The request ID.
@NameInMap(value="SecretDeleteRecord") public Map<String,SecretDeleteRecordValue> secretDeleteRecord
The records of deleting the secret in all clusters.
public static DeleteGatewaySecretResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteGatewaySecretResponseBody setRequestId(String requestId)
public String getRequestId()
public DeleteGatewaySecretResponseBody setSecretDeleteRecord(Map<String,SecretDeleteRecordValue> secretDeleteRecord)
public Map<String,SecretDeleteRecordValue> getSecretDeleteRecord()
Copyright © 2023. All rights reserved.