public class CreateApiGroupRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateApiGroupRequest.CreateApiGroupRequestTag |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
basePath
The root path of the API.
|
String |
description
The description of the API group.
|
String |
groupName
The name of the API group.
|
String |
instanceId
The ID of the instance.
|
String |
securityToken |
List<CreateApiGroupRequest.CreateApiGroupRequestTag> |
tag
The tag of objects that match the lifecycle rule.
|
| 构造器和说明 |
|---|
CreateApiGroupRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateApiGroupRequest |
build(Map<String,?> map) |
String |
getBasePath() |
String |
getDescription() |
String |
getGroupName() |
String |
getInstanceId() |
String |
getSecurityToken() |
List<CreateApiGroupRequest.CreateApiGroupRequestTag> |
getTag() |
CreateApiGroupRequest |
setBasePath(String basePath) |
CreateApiGroupRequest |
setDescription(String description) |
CreateApiGroupRequest |
setGroupName(String groupName) |
CreateApiGroupRequest |
setInstanceId(String instanceId) |
CreateApiGroupRequest |
setSecurityToken(String securityToken) |
CreateApiGroupRequest |
setTag(List<CreateApiGroupRequest.CreateApiGroupRequestTag> tag) |
@NameInMap(value="BasePath") public String basePath
The root path of the API.
@NameInMap(value="Description") public String description
The description of the API group. The description can be up to 180 characters in length.
@NameInMap(value="GroupName") public String groupName
The name of the API group. The name must be globally unique. The name must be 4 to 50 characters in length. It must start with a letter and can contain letters, digits, and underscores (\_).
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
@NameInMap(value="SecurityToken") public String securityToken
@NameInMap(value="Tag") public List<CreateApiGroupRequest.CreateApiGroupRequestTag> tag
The tag of objects that match the lifecycle rule. You can specify multiple tags.
public static CreateApiGroupRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateApiGroupRequest setBasePath(String basePath)
public String getBasePath()
public CreateApiGroupRequest setDescription(String description)
public String getDescription()
public CreateApiGroupRequest setGroupName(String groupName)
public String getGroupName()
public CreateApiGroupRequest setInstanceId(String instanceId)
public String getInstanceId()
public CreateApiGroupRequest setSecurityToken(String securityToken)
public String getSecurityToken()
public CreateApiGroupRequest setTag(List<CreateApiGroupRequest.CreateApiGroupRequestTag> tag)
public List<CreateApiGroupRequest.CreateApiGroupRequestTag> getTag()
Copyright © 2023. All rights reserved.