public class DeleteFlowLogRequest extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2023. All rights reserved.