public class GetFlowLogServiceStatusResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
enabled
Indicates whether the flow log feature is enabled.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
GetFlowLogServiceStatusResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static GetFlowLogServiceStatusResponseBody |
build(Map<String,?> map) |
Boolean |
getEnabled() |
String |
getRequestId() |
GetFlowLogServiceStatusResponseBody |
setEnabled(Boolean enabled) |
GetFlowLogServiceStatusResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Enabled") public Boolean enabled
Indicates whether the flow log feature is enabled. Valid values:
true
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:54B48E3D-DF70-471B-AA93-06F83A1B457
public static GetFlowLogServiceStatusResponseBody build(Map<String,?> map) throws Exception
Exception
public GetFlowLogServiceStatusResponseBody setEnabled(Boolean enabled)
public Boolean getEnabled()
public GetFlowLogServiceStatusResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.