public static class ModifyCloudAssistantSettingsRequest.ModifyCloudAssistantSettingsRequestSlsDeliveryConfig
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
enabled
Specifies whether to deliver records to Simple Log Service.
|
String |
logstoreName
The name of the Logstore.
|
String |
projectName
The name of the Simple Log Service project.
|
构造器和说明 |
---|
ModifyCloudAssistantSettingsRequestSlsDeliveryConfig() |
@NameInMap(value="Enabled") public Boolean enabled
Specifies whether to deliver records to Simple Log Service. Default value: false.
example:false
@NameInMap(value="LogstoreName") public String logstoreName
The name of the Logstore.
example:example-logstore
@NameInMap(value="ProjectName") public String projectName
The name of the Simple Log Service project.
example:example-project
public ModifyCloudAssistantSettingsRequestSlsDeliveryConfig()
public static ModifyCloudAssistantSettingsRequest.ModifyCloudAssistantSettingsRequestSlsDeliveryConfig build(Map<String,?> map) throws Exception
Exception
public ModifyCloudAssistantSettingsRequest.ModifyCloudAssistantSettingsRequestSlsDeliveryConfig setEnabled(Boolean enabled)
public Boolean getEnabled()
public ModifyCloudAssistantSettingsRequest.ModifyCloudAssistantSettingsRequestSlsDeliveryConfig setLogstoreName(String logstoreName)
public String getLogstoreName()
public ModifyCloudAssistantSettingsRequest.ModifyCloudAssistantSettingsRequestSlsDeliveryConfig setProjectName(String projectName)
public String getProjectName()
Copyright © 2024. All rights reserved.