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") public Integer statusCode
@NameInMap(value="body") public UpdateEndpointGroupAttributeResponseBody body
public static UpdateEndpointGroupAttributeResponse build(Map<String,?> map) throws Exception
Exception
public UpdateEndpointGroupAttributeResponse setHeaders(Map<String,String> headers)
public UpdateEndpointGroupAttributeResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public UpdateEndpointGroupAttributeResponse setBody(UpdateEndpointGroupAttributeResponseBody body)
public UpdateEndpointGroupAttributeResponseBody getBody()
Copyright © 2024. All rights reserved.