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