public class CreateFlowLogResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
flowLogId
The ID of the flow log.
|
String |
requestId
The ID of the request.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
success
Indicates whether the operation is successful.
|
构造器和说明 |
---|
CreateFlowLogResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateFlowLogResponseBody |
build(Map<String,?> map) |
String |
getFlowLogId() |
String |
getRequestId() |
String |
getResourceGroupId() |
String |
getSuccess() |
CreateFlowLogResponseBody |
setFlowLogId(String flowLogId) |
CreateFlowLogResponseBody |
setRequestId(String requestId) |
CreateFlowLogResponseBody |
setResourceGroupId(String resourceGroupId) |
CreateFlowLogResponseBody |
setSuccess(String success) |
@NameInMap(value="FlowLogId") public String flowLogId
The ID of the flow log.
example:fl-m5e8vhz2t21sel1nq****
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:54B48E3D-DF70-471B-AA93-08E683A1B457
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group.
example:rg-acfmxazdjdhd****
@NameInMap(value="Success") public String success
Indicates whether the operation is successful. Valid values:
true
public static CreateFlowLogResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateFlowLogResponseBody setFlowLogId(String flowLogId)
public String getFlowLogId()
public CreateFlowLogResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateFlowLogResponseBody setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public CreateFlowLogResponseBody setSuccess(String success)
public String getSuccess()
Copyright © 2024. All rights reserved.