public class ModifyVpnGatewayAttributeResponse
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
ModifyVpnGatewayAttributeResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
构造器和说明 |
---|
ModifyVpnGatewayAttributeResponse() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyVpnGatewayAttributeResponse |
build(Map<String,?> map) |
ModifyVpnGatewayAttributeResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
ModifyVpnGatewayAttributeResponse |
setBody(ModifyVpnGatewayAttributeResponseBody body) |
ModifyVpnGatewayAttributeResponse |
setHeaders(Map<String,String> headers) |
ModifyVpnGatewayAttributeResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public ModifyVpnGatewayAttributeResponseBody body
public static ModifyVpnGatewayAttributeResponse build(Map<String,?> map) throws Exception
Exception
public ModifyVpnGatewayAttributeResponse setHeaders(Map<String,String> headers)
public ModifyVpnGatewayAttributeResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public ModifyVpnGatewayAttributeResponse setBody(ModifyVpnGatewayAttributeResponseBody body)
public ModifyVpnGatewayAttributeResponseBody getBody()
Copyright © 2024. All rights reserved.