public class ApplyConfigToMachineGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ApplyConfigToMachineGroupRequest() | 
| ApplyConfigToMachineGroupRequest(ApplyConfigToMachineGroupRequest 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 | getConfigId()Get 采集配置ID
 - 通过[获取采集规则配置](https://cloud.tencent.com/document/product/614/58616)获取采集配置Id。 | 
| String | getGroupId()Get 机器组ID
- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id。 | 
| void | setConfigId(String ConfigId)Set 采集配置ID
 - 通过[获取采集规则配置](https://cloud.tencent.com/document/product/614/58616)获取采集配置Id。 | 
| void | setGroupId(String GroupId)Set 机器组ID
- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组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 ApplyConfigToMachineGroupRequest()
public ApplyConfigToMachineGroupRequest(ApplyConfigToMachineGroupRequest source)
public String getConfigId()
public void setConfigId(String ConfigId)
ConfigId - 采集配置ID
 - 通过[获取采集规则配置](https://cloud.tencent.com/document/product/614/58616)获取采集配置Id。public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 机器组ID
- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id。Copyright © 2025. All rights reserved.