public class ModifyFlowLogAttributeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyFlowLogAttributeRequest() |
ModifyFlowLogAttributeRequest(ModifyFlowLogAttributeRequest 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 |
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 instance.
|
String |
getVpcId()
Get The VPC ID or unique ID of the resource.
|
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 instance.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyFlowLogAttributeRequest()
public ModifyFlowLogAttributeRequest(ModifyFlowLogAttributeRequest 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 the attributes of a CCN flow log is modified.public String getFlowLogName()
public void setFlowLogName(String FlowLogName)
FlowLogName
- The name of the flow log instance.public String getFlowLogDescription()
public void setFlowLogDescription(String FlowLogDescription)
FlowLogDescription
- The description of the flow log.Copyright © 2024. All rights reserved.