public class CreateGatewaySecretResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
requestId
The request ID.
|
Map<String,SecretCreateRecordValue> |
secretCreateRecord
The record of creating the secret.
|
| 构造器和说明 |
|---|
CreateGatewaySecretResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateGatewaySecretResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
Map<String,SecretCreateRecordValue> |
getSecretCreateRecord() |
CreateGatewaySecretResponseBody |
setRequestId(String requestId) |
CreateGatewaySecretResponseBody |
setSecretCreateRecord(Map<String,SecretCreateRecordValue> secretCreateRecord) |
@NameInMap(value="RequestId") public String requestId
The request ID.
@NameInMap(value="SecretCreateRecord") public Map<String,SecretCreateRecordValue> secretCreateRecord
The record of creating the secret.
public static CreateGatewaySecretResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateGatewaySecretResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateGatewaySecretResponseBody setSecretCreateRecord(Map<String,SecretCreateRecordValue> secretCreateRecord)
public Map<String,SecretCreateRecordValue> getSecretCreateRecord()
Copyright © 2023. All rights reserved.