public static class DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodySlsDeliveryConfigsSlsDeliveryConfig
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
deliveryType
The type of items to be delivered.
|
Boolean |
enabled
Indicates whether to deliver the specified items to Simple Log Service.
|
String |
logstoreName
The name of the Logstore.
|
String |
projectName
The name of the Simple Log Service project.
|
@NameInMap(value="DeliveryType") public String deliveryType
The type of items to be delivered. Valid values:
SessionManager
@NameInMap(value="Enabled") public Boolean enabled
Indicates whether to deliver the specified items to Simple Log Service.
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 DescribeCloudAssistantSettingsResponseBodySlsDeliveryConfigsSlsDeliveryConfig()
public static DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodySlsDeliveryConfigsSlsDeliveryConfig build(Map<String,?> map) throws Exception
Exception
public DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodySlsDeliveryConfigsSlsDeliveryConfig setDeliveryType(String deliveryType)
public String getDeliveryType()
public DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodySlsDeliveryConfigsSlsDeliveryConfig setEnabled(Boolean enabled)
public Boolean getEnabled()
public DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodySlsDeliveryConfigsSlsDeliveryConfig setLogstoreName(String logstoreName)
public String getLogstoreName()
public DescribeCloudAssistantSettingsResponseBody.DescribeCloudAssistantSettingsResponseBodySlsDeliveryConfigsSlsDeliveryConfig setProjectName(String projectName)
public String getProjectName()
Copyright © 2024. All rights reserved.