public class UpdateBasicAcceleratorRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
acceleratorId
The ID of the basic GA instance.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
description
The description of the basic GA instance.
|
String |
name
The name of the basic GA instance.
|
String |
regionId
The ID of the region where the GA instance is deployed.
|
构造器和说明 |
---|
UpdateBasicAcceleratorRequest() |
限定符和类型 | 方法和说明 |
---|---|
static UpdateBasicAcceleratorRequest |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getClientToken() |
String |
getDescription() |
String |
getName() |
String |
getRegionId() |
UpdateBasicAcceleratorRequest |
setAcceleratorId(String acceleratorId) |
UpdateBasicAcceleratorRequest |
setClientToken(String clientToken) |
UpdateBasicAcceleratorRequest |
setDescription(String description) |
UpdateBasicAcceleratorRequest |
setName(String name) |
UpdateBasicAcceleratorRequest |
setRegionId(String regionId) |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the basic GA instance.
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
> If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
@NameInMap(value="Description") public String description
The description of the basic GA instance.
The description can be up to 200 characters in length and cannot start with `http://` or `https://`.
@NameInMap(value="Name") public String name
The name of the basic GA instance.
The name must be 1 to 128 characters in length and can contain letters, digits, periods (.), underscores (\_), and hyphens (-). The name must start with a letter.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the GA instance is deployed. Set the value to **cn-hangzhou**.
public static UpdateBasicAcceleratorRequest build(Map<String,?> map) throws Exception
Exception
public UpdateBasicAcceleratorRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public UpdateBasicAcceleratorRequest setClientToken(String clientToken)
public String getClientToken()
public UpdateBasicAcceleratorRequest setDescription(String description)
public String getDescription()
public UpdateBasicAcceleratorRequest setName(String name)
public String getName()
public UpdateBasicAcceleratorRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.