public class DeleteFlowLogRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DeleteFlowLogRequest()  | 
DeleteFlowLogRequest(DeleteFlowLogRequest 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 The unique ID of the flow log. 
 | 
String | 
getVpcId()
Get The VPC ID or unique ID of the resource. 
 | 
void | 
setFlowLogId(String FlowLogId)
Set The unique ID of the flow log. 
 | 
void | 
setVpcId(String VpcId)
Set The VPC ID or unique ID of the resource. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteFlowLogRequest()
public DeleteFlowLogRequest(DeleteFlowLogRequest source)
public String getFlowLogId()
public void setFlowLogId(String FlowLogId)
FlowLogId - The unique ID of the flow log.public String getVpcId()
public void setVpcId(String VpcId)
VpcId - The VPC ID or unique ID of the resource. We recommend using the unique ID. This parameter is required unless a CCN flow log is deleted.Copyright © 2025. All rights reserved.