public static class AttachKeyPairResponseBody.AttachKeyPairResponseBodyResultsResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
code
The operation status code returned. 200 indicates that the operation was successful.
|
String |
instanceId
The instance ID.
|
String |
message
The operation information returned.
|
String |
success
Indicates whether the request was successful.
|
构造器和说明 |
---|
AttachKeyPairResponseBodyResultsResult() |
@NameInMap(value="Code") public String code
The operation status code returned. 200 indicates that the operation was successful.
example:200
@NameInMap(value="InstanceId") public String instanceId
The instance ID.
example:i-m5eg7be9ndloji64****
@NameInMap(value="Message") public String message
The operation information returned. When the value of Code is 200, the value of Message is successful.
example:successful
@NameInMap(value="Success") public String success
Indicates whether the request was successful.
example:true
public static AttachKeyPairResponseBody.AttachKeyPairResponseBodyResultsResult build(Map<String,?> map) throws Exception
Exception
public AttachKeyPairResponseBody.AttachKeyPairResponseBodyResultsResult setCode(String code)
public String getCode()
public AttachKeyPairResponseBody.AttachKeyPairResponseBodyResultsResult setInstanceId(String instanceId)
public String getInstanceId()
public AttachKeyPairResponseBody.AttachKeyPairResponseBodyResultsResult setMessage(String message)
public String getMessage()
public AttachKeyPairResponseBody.AttachKeyPairResponseBodyResultsResult setSuccess(String success)
public String getSuccess()
Copyright © 2024. All rights reserved.