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