public class ModifyFlowLogAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyFlowLogAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getFlowLogDescription()
Get 流日志实例描述
|
String |
getFlowLogId()
Get 流日志唯一ID
|
String |
getFlowLogName()
Get 流日志实例名字
|
String |
getVpcId()
Get 私用网络ID或者统一ID,建议使用统一ID
|
void |
setFlowLogDescription(String FlowLogDescription)
Set 流日志实例描述
|
void |
setFlowLogId(String FlowLogId)
Set 流日志唯一ID
|
void |
setFlowLogName(String FlowLogName)
Set 流日志实例名字
|
void |
setVpcId(String VpcId)
Set 私用网络ID或者统一ID,建议使用统一ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 私用网络ID或者统一ID,建议使用统一IDpublic String getFlowLogId()
public void setFlowLogId(String FlowLogId)
FlowLogId
- 流日志唯一IDpublic String getFlowLogName()
public void setFlowLogName(String FlowLogName)
FlowLogName
- 流日志实例名字public String getFlowLogDescription()
public void setFlowLogDescription(String FlowLogDescription)
FlowLogDescription
- 流日志实例描述Copyright © 2020. All rights reserved.