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