public class EnableClusterAuditRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
EnableClusterAuditRequest() |
EnableClusterAuditRequest(EnableClusterAuditRequest 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 |
getLogsetId()
Get CLS日志集ID
|
String |
getTopicId()
Get CLS日志主题ID
|
String |
getTopicRegion()
Get topic所在region,默认为集群当前region
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setLogsetId(String LogsetId)
Set CLS日志集ID
|
void |
setTopicId(String TopicId)
Set CLS日志主题ID
|
void |
setTopicRegion(String TopicRegion)
Set topic所在region,默认为集群当前region
|
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, toJsonString
public EnableClusterAuditRequest()
public EnableClusterAuditRequest(EnableClusterAuditRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- CLS日志集IDpublic String getTopicId()
public void setTopicId(String TopicId)
TopicId
- CLS日志主题IDpublic String getTopicRegion()
public void setTopicRegion(String TopicRegion)
TopicRegion
- topic所在region,默认为集群当前regionCopyright © 2024. All rights reserved.