Class ApplyConfigToMachineGroupRequest


  • public class ApplyConfigToMachineGroupRequest
    extends AbstractModel
    • Constructor Detail

      • ApplyConfigToMachineGroupRequest

        public ApplyConfigToMachineGroupRequest()
      • ApplyConfigToMachineGroupRequest

        public 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.
    • Method Detail

      • getConfigId

        public String getConfigId()
        Get 采集配置ID
        Returns:
        ConfigId 采集配置ID
      • setConfigId

        public void setConfigId​(String ConfigId)
        Set 采集配置ID
        Parameters:
        ConfigId - 采集配置ID
      • getGroupId

        public String getGroupId()
        Get 机器组ID
        Returns:
        GroupId 机器组ID
      • setGroupId

        public void setGroupId​(String GroupId)
        Set 机器组ID
        Parameters:
        GroupId - 机器组ID