public class CreateEksLogConfigRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateEksLogConfigRequest() | 
| CreateEksLogConfigRequest(CreateEksLogConfigRequest 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 | getClusterId()Get 集群ID | 
| String | getLogConfig()Get 日志采集配置的json表达 | 
| String | getLogsetId()Get 日志集ID | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setLogConfig(String LogConfig)Set 日志采集配置的json表达 | 
| void | setLogsetId(String LogsetId)Set 日志集ID | 
| 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 CreateEksLogConfigRequest()
public CreateEksLogConfigRequest(CreateEksLogConfigRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic String getLogConfig()
public void setLogConfig(String LogConfig)
LogConfig - 日志采集配置的json表达public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId - 日志集IDCopyright © 2025. All rights reserved.