public class ModifyManagedInstanceRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instanceId
The new name of the managed instance.
|
String |
instanceName
The request ID.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the managed instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyManagedInstanceRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyManagedInstanceRequest |
build(Map<String,?> map) |
String |
getInstanceId() |
String |
getInstanceName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ModifyManagedInstanceRequest |
setInstanceId(String instanceId) |
ModifyManagedInstanceRequest |
setInstanceName(String instanceName) |
ModifyManagedInstanceRequest |
setOwnerAccount(String ownerAccount) |
ModifyManagedInstanceRequest |
setOwnerId(Long ownerId) |
ModifyManagedInstanceRequest |
setRegionId(String regionId) |
ModifyManagedInstanceRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifyManagedInstanceRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="InstanceId") public String instanceId
The new name of the managed instance. The name must be 1 to 128 characters in length. It must start with a letter and cannot start with a special character or a digit. It can contain letters, digits, periods (.), underscores (_), hyphens (-), and colons (:) and cannot start with http://
or https://
.
This parameter is required.
example:mi-hz01nmcf****
@NameInMap(value="InstanceName") public String instanceName
The request ID.
This parameter is required.
example:testInstanceName
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the managed instance.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ModifyManagedInstanceRequest build(Map<String,?> map) throws Exception
Exception
public ModifyManagedInstanceRequest setInstanceId(String instanceId)
public String getInstanceId()
public ModifyManagedInstanceRequest setInstanceName(String instanceName)
public String getInstanceName()
public ModifyManagedInstanceRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyManagedInstanceRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyManagedInstanceRequest setRegionId(String regionId)
public String getRegionId()
public ModifyManagedInstanceRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyManagedInstanceRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.