public class DeleteConnectedClusterResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The ID of the request.
|
Boolean |
result
Return results:
* true: remove the interworking instance successfully * false: remove the interworking instance failed |
构造器和说明 |
---|
DeleteConnectedClusterResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteConnectedClusterResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
Boolean |
getResult() |
DeleteConnectedClusterResponseBody |
setRequestId(String requestId) |
DeleteConnectedClusterResponseBody |
setResult(Boolean result) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Result") public Boolean result
Return results:
* true: remove the interworking instance successfully
* false: remove the interworking instance failed
public static DeleteConnectedClusterResponseBody build(Map<String,?> map) throws Exception
Exception
public DeleteConnectedClusterResponseBody setRequestId(String requestId)
public String getRequestId()
public DeleteConnectedClusterResponseBody setResult(Boolean result)
public Boolean getResult()
Copyright © 2024. All rights reserved.