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