public class AttachKeyPairResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
AttachKeyPairResponseBody.AttachKeyPairResponseBodyResults |
static class |
AttachKeyPairResponseBody.AttachKeyPairResponseBodyResultsResult |
限定符和类型 | 字段和说明 |
---|---|
String |
failCount
The number of instances to which the SSH key pair fails to be bound.
|
String |
keyPairName
The name of the SSH key pair.
|
String |
requestId
The request ID.
|
AttachKeyPairResponseBody.AttachKeyPairResponseBodyResults |
results
An array that contains the results of the operation.
|
String |
totalCount
The total number of instances to which the SSH key pair is bound.
|
构造器和说明 |
---|
AttachKeyPairResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static AttachKeyPairResponseBody |
build(Map<String,?> map) |
String |
getFailCount() |
String |
getKeyPairName() |
String |
getRequestId() |
AttachKeyPairResponseBody.AttachKeyPairResponseBodyResults |
getResults() |
String |
getTotalCount() |
AttachKeyPairResponseBody |
setFailCount(String failCount) |
AttachKeyPairResponseBody |
setKeyPairName(String keyPairName) |
AttachKeyPairResponseBody |
setRequestId(String requestId) |
AttachKeyPairResponseBody |
setResults(AttachKeyPairResponseBody.AttachKeyPairResponseBodyResults results) |
AttachKeyPairResponseBody |
setTotalCount(String totalCount) |
@NameInMap(value="FailCount") public String failCount
The number of instances to which the SSH key pair fails to be bound.
example:0
@NameInMap(value="KeyPairName") public String keyPairName
The name of the SSH key pair.
example:testKeyPairName
@NameInMap(value="RequestId") public String requestId
The request ID.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@NameInMap(value="Results") public AttachKeyPairResponseBody.AttachKeyPairResponseBodyResults results
An array that contains the results of the operation.
@NameInMap(value="TotalCount") public String totalCount
The total number of instances to which the SSH key pair is bound.
example:2
public static AttachKeyPairResponseBody build(Map<String,?> map) throws Exception
Exception
public AttachKeyPairResponseBody setFailCount(String failCount)
public String getFailCount()
public AttachKeyPairResponseBody setKeyPairName(String keyPairName)
public String getKeyPairName()
public AttachKeyPairResponseBody setRequestId(String requestId)
public String getRequestId()
public AttachKeyPairResponseBody setResults(AttachKeyPairResponseBody.AttachKeyPairResponseBodyResults results)
public AttachKeyPairResponseBody.AttachKeyPairResponseBodyResults getResults()
public AttachKeyPairResponseBody setTotalCount(String totalCount)
public String getTotalCount()
Copyright © 2024. All rights reserved.