public class DescribeFlowLogRequest extends AbstractModel
Constructor and Description |
---|
DescribeFlowLogRequest() |
DescribeFlowLogRequest(DescribeFlowLogRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getFlowLogId()
Get 流日志唯一ID
|
String |
getVpcId()
Get 私用网络ID或者统一ID,建议使用统一ID
|
void |
setFlowLogId(String FlowLogId)
Set 流日志唯一ID
|
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 DescribeFlowLogRequest()
public DescribeFlowLogRequest(DescribeFlowLogRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 私用网络ID或者统一ID,建议使用统一IDpublic String getFlowLogId()
public void setFlowLogId(String FlowLogId)
FlowLogId
- 流日志唯一IDCopyright © 2022. All rights reserved.