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