public class ResetDiskDefaultKMSKeyIdRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
regionId
The ID of the region.
|
Long |
resourceOwnerId |
构造器和说明 |
---|
ResetDiskDefaultKMSKeyIdRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ResetDiskDefaultKMSKeyIdRequest |
build(Map<String,?> map) |
String |
getRegionId() |
Long |
getResourceOwnerId() |
ResetDiskDefaultKMSKeyIdRequest |
setRegionId(String regionId) |
ResetDiskDefaultKMSKeyIdRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="RegionId") public String regionId
The ID of the region. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ResetDiskDefaultKMSKeyIdRequest build(Map<String,?> map) throws Exception
Exception
public ResetDiskDefaultKMSKeyIdRequest setRegionId(String regionId)
public String getRegionId()
public ResetDiskDefaultKMSKeyIdRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.