public class CreateResourceLogRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
logStore
The Logstore of Log Service.
|
String |
projectName
The Log Service project that is associated with the resource group.
|
| 构造器和说明 |
|---|
CreateResourceLogRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateResourceLogRequest |
build(Map<String,?> map) |
String |
getLogStore() |
String |
getProjectName() |
CreateResourceLogRequest |
setLogStore(String logStore) |
CreateResourceLogRequest |
setProjectName(String projectName) |
@NameInMap(value="LogStore") public String logStore
The Logstore of Log Service. For more information about how to query a Logstore, see ListLogStores.
This parameter is required.
example:access_log
@NameInMap(value="ProjectName") public String projectName
The Log Service project that is associated with the resource group. For more information about how to query the project, see ListProject.
This parameter is required.
example:eas-r-asdasdasd-sls
public static CreateResourceLogRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateResourceLogRequest setLogStore(String logStore)
public String getLogStore()
public CreateResourceLogRequest setProjectName(String projectName)
public String getProjectName()
Copyright © 2024. All rights reserved.