public class ModifyFlowLogAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyFlowLogAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getFlowLogDescription()
Get The description of the flow log.
|
String |
getFlowLogId()
Get The unique ID of the flow log.
|
String |
getFlowLogName()
Get The name of the flow log.
|
String |
getVpcId()
Get ID of the VPC instance
|
void |
setFlowLogDescription(String FlowLogDescription)
Set The description of the flow log.
|
void |
setFlowLogId(String FlowLogId)
Set The unique ID of the flow log.
|
void |
setFlowLogName(String FlowLogName)
Set The name of the flow log.
|
void |
setVpcId(String VpcId)
Set ID of the VPC instance
|
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 of the VPC instancepublic String getFlowLogId()
public void setFlowLogId(String FlowLogId)
FlowLogId
- The unique ID of the flow log.public String getFlowLogName()
public void setFlowLogName(String FlowLogName)
FlowLogName
- The name of the flow log.public String getFlowLogDescription()
public void setFlowLogDescription(String FlowLogDescription)
FlowLogDescription
- The description of the flow log.Copyright © 2020. All rights reserved.