public class ModifyHaVipAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
description
The description of the HAVIP.
|
String |
haVipId
The ID of the HAVIP.
|
String |
name
The name of the HAVIP.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region to which the HAVIP belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyHaVipAttributeRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyHaVipAttributeRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDescription() |
String |
getHaVipId() |
String |
getName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ModifyHaVipAttributeRequest |
setClientToken(String clientToken) |
ModifyHaVipAttributeRequest |
setDescription(String description) |
ModifyHaVipAttributeRequest |
setHaVipId(String haVipId) |
ModifyHaVipAttributeRequest |
setName(String name) |
ModifyHaVipAttributeRequest |
setOwnerAccount(String ownerAccount) |
ModifyHaVipAttributeRequest |
setOwnerId(Long ownerId) |
ModifyHaVipAttributeRequest |
setRegionId(String regionId) |
ModifyHaVipAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifyHaVipAttributeRequest |
setResourceOwnerId(Long resourceOwnerId) |
@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 value, but you must make sure that it is unique among all requests. ClientToken can contain only ASCII characters.
example:If you do not specify this parameter, ClientToken is set to the value of RequestId. The value of RequestId for each API request may be different.
02fb3da4-130e-11e9-8e44-0016e0****
@NameInMap(value="Description") public String description
The description of the HAVIP.
The description must be 1 to 256 characters in length and cannot start with http://
or https://
.
This is my HaVip.
@NameInMap(value="HaVipId") public String haVipId
The ID of the HAVIP.
This parameter is required.
example:havip-2zeo05qre24nhrqp****
@NameInMap(value="Name") public String name
The name of the HAVIP.
The name must be 1 to 128 characters in length, and cannot start with http://
or https://
.
test
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region to which the HAVIP belongs.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-shanghai
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ModifyHaVipAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyHaVipAttributeRequest setClientToken(String clientToken)
public String getClientToken()
public ModifyHaVipAttributeRequest setDescription(String description)
public String getDescription()
public ModifyHaVipAttributeRequest setHaVipId(String haVipId)
public String getHaVipId()
public ModifyHaVipAttributeRequest setName(String name)
public String getName()
public ModifyHaVipAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyHaVipAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyHaVipAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyHaVipAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyHaVipAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.