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