Class ModifyFlowLogAttributeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.ModifyFlowLogAttributeRequest
-
public class ModifyFlowLogAttributeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFlowLogDescription()
Get 流日志实例描述。String
getFlowLogId()
Get 流日志唯一ID。String
getFlowLogName()
Get 流日志实例名字。String
getVpcId()
Get 私用网络ID或者统一ID,建议使用统一ID,修改云联网流日志属性时可不填,其他流日志类型必填。void
setFlowLogDescription(String FlowLogDescription)
Set 流日志实例描述。void
setFlowLogId(String FlowLogId)
Set 流日志唯一ID。void
setFlowLogName(String FlowLogName)
Set 流日志实例名字。void
setVpcId(String VpcId)
Set 私用网络ID或者统一ID,建议使用统一ID,修改云联网流日志属性时可不填,其他流日志类型必填。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyFlowLogAttributeRequest
public ModifyFlowLogAttributeRequest()
-
ModifyFlowLogAttributeRequest
public 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.
-
-
Method Detail
-
getFlowLogId
public String getFlowLogId()
Get 流日志唯一ID。- Returns:
- FlowLogId 流日志唯一ID。
-
setFlowLogId
public void setFlowLogId(String FlowLogId)
Set 流日志唯一ID。- Parameters:
FlowLogId
- 流日志唯一ID。
-
getVpcId
public String getVpcId()
Get 私用网络ID或者统一ID,建议使用统一ID,修改云联网流日志属性时可不填,其他流日志类型必填。- Returns:
- VpcId 私用网络ID或者统一ID,建议使用统一ID,修改云联网流日志属性时可不填,其他流日志类型必填。
-
setVpcId
public void setVpcId(String VpcId)
Set 私用网络ID或者统一ID,建议使用统一ID,修改云联网流日志属性时可不填,其他流日志类型必填。- Parameters:
VpcId
- 私用网络ID或者统一ID,建议使用统一ID,修改云联网流日志属性时可不填,其他流日志类型必填。
-
getFlowLogName
public String getFlowLogName()
Get 流日志实例名字。- Returns:
- FlowLogName 流日志实例名字。
-
setFlowLogName
public void setFlowLogName(String FlowLogName)
Set 流日志实例名字。- Parameters:
FlowLogName
- 流日志实例名字。
-
getFlowLogDescription
public String getFlowLogDescription()
Get 流日志实例描述。- Returns:
- FlowLogDescription 流日志实例描述。
-
setFlowLogDescription
public void setFlowLogDescription(String FlowLogDescription)
Set 流日志实例描述。- Parameters:
FlowLogDescription
- 流日志实例描述。
-
-