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