public class DeleteEventBridgeIntegrationResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
isSuccess
Indicates whether the EventBridge integration is deleted.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
DeleteEventBridgeIntegrationResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteEventBridgeIntegrationResponseBody |
build(Map<String,?> map) |
Boolean |
getIsSuccess() |
String |
getRequestId() |
DeleteEventBridgeIntegrationResponseBody |
setIsSuccess(Boolean isSuccess) |
DeleteEventBridgeIntegrationResponseBody |
setRequestId(String requestId) |
@NameInMap(value="IsSuccess") public Boolean isSuccess
Indicates whether the EventBridge integration is deleted.
truefalsetrue
@NameInMap(value="RequestId") public String requestId
The request ID.
example:2B289756-E791-5842-BCBD-AD414C******
public static DeleteEventBridgeIntegrationResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteEventBridgeIntegrationResponseBody setIsSuccess(Boolean isSuccess)
public Boolean getIsSuccess()
public DeleteEventBridgeIntegrationResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.