public class DescribeSnapshotPackageRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The region ID of the snapshot.
|
Integer |
pageSize
The number of entries returned per page.
|
String |
regionId
The ID of the request.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DescribeSnapshotPackageRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeSnapshotPackageRequest |
build(Map<String,?> map) |
String |
getOwnerAccount() |
Long |
getOwnerId() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DescribeSnapshotPackageRequest |
setOwnerAccount(String ownerAccount) |
DescribeSnapshotPackageRequest |
setOwnerId(Long ownerId) |
DescribeSnapshotPackageRequest |
setPageNumber(Integer pageNumber) |
DescribeSnapshotPackageRequest |
setPageSize(Integer pageSize) |
DescribeSnapshotPackageRequest |
setRegionId(String regionId) |
DescribeSnapshotPackageRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeSnapshotPackageRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The region ID of the snapshot. You can call the DescribeRegions operation to query the most recent region list.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries returned per page.
example:10
@NameInMap(value="RegionId") public String regionId
The ID of the request.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DescribeSnapshotPackageRequest build(Map<String,?> map) throws Exception
Exception
public DescribeSnapshotPackageRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeSnapshotPackageRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeSnapshotPackageRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeSnapshotPackageRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeSnapshotPackageRequest setRegionId(String regionId)
public String getRegionId()
public DescribeSnapshotPackageRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeSnapshotPackageRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.