public class CreateGatewayResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clusterId
The region ID of the private gateway.
|
String |
gatewayId
The private gateway ID.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
CreateGatewayResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateGatewayResponseBody |
build(Map<String,?> map) |
String |
getClusterId() |
String |
getGatewayId() |
String |
getMessage() |
String |
getRequestId() |
CreateGatewayResponseBody |
setClusterId(String clusterId) |
CreateGatewayResponseBody |
setGatewayId(String gatewayId) |
CreateGatewayResponseBody |
setMessage(String message) |
CreateGatewayResponseBody |
setRequestId(String requestId) |
@NameInMap(value="ClusterId") public String clusterId
The region ID of the private gateway.
example:cn-hangzhou
@NameInMap(value="GatewayId") public String gatewayId
The private gateway ID.
example:gw-1uhcqmsc7x22******
@NameInMap(value="Message") public String message
The returned message.
example:Successfully create gateway.
@NameInMap(value="RequestId") public String requestId
The request ID.
example:40325405-579C-4D82****
public static CreateGatewayResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateGatewayResponseBody setClusterId(String clusterId)
public String getClusterId()
public CreateGatewayResponseBody setGatewayId(String gatewayId)
public String getGatewayId()
public CreateGatewayResponseBody setMessage(String message)
public String getMessage()
public CreateGatewayResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.