public class ModifyFlowLogAttributeResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The ID of the request.
|
String |
success
Indicates whether the call is successful.
|
构造器和说明 |
---|
ModifyFlowLogAttributeResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyFlowLogAttributeResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getSuccess() |
ModifyFlowLogAttributeResponseBody |
setRequestId(String requestId) |
ModifyFlowLogAttributeResponseBody |
setSuccess(String success) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:F7DDDC17-FA06-4AC2-8F35-59D2470FCFC1
@NameInMap(value="Success") public String success
Indicates whether the call is successful. Valid values:
true
public static ModifyFlowLogAttributeResponseBody build(Map<String,?> map) throws Exception
Exception
public ModifyFlowLogAttributeResponseBody setRequestId(String requestId)
public String getRequestId()
public ModifyFlowLogAttributeResponseBody setSuccess(String success)
public String getSuccess()
Copyright © 2024. All rights reserved.