public class DescribeLogSwitchesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeLogSwitchesRequest() | 
| DescribeLogSwitchesRequest(DescribeLogSwitchesRequest 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[] | getClusterIds()Get List of cluster IDs | 
| String | getClusterType()Get Cluster Type, TKE or EKS | 
| void | setClusterIds(String[] ClusterIds)Set List of cluster IDs | 
| void | setClusterType(String ClusterType)Set Cluster Type, TKE or EKS | 
| 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 DescribeLogSwitchesRequest()
public DescribeLogSwitchesRequest(DescribeLogSwitchesRequest source)
public String[] getClusterIds()
public void setClusterIds(String[] ClusterIds)
ClusterIds - List of cluster IDspublic String getClusterType()
public void setClusterType(String ClusterType)
ClusterType - Cluster Type, TKE or EKSCopyright © 2025. All rights reserved.