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