public class DescribeBackupPolicyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
DBClusterId |
String |
ownerAccount |
Long |
ownerId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
| 构造器和说明 |
|---|
DescribeBackupPolicyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeBackupPolicyRequest |
build(Map<String,?> map) |
String |
getDBClusterId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DescribeBackupPolicyRequest |
setDBClusterId(String DBClusterId) |
DescribeBackupPolicyRequest |
setOwnerAccount(String ownerAccount) |
DescribeBackupPolicyRequest |
setOwnerId(Long ownerId) |
DescribeBackupPolicyRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeBackupPolicyRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="DBClusterId") public String DBClusterId
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static DescribeBackupPolicyRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeBackupPolicyRequest setDBClusterId(String DBClusterId)
public String getDBClusterId()
public DescribeBackupPolicyRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeBackupPolicyRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeBackupPolicyRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeBackupPolicyRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2023. All rights reserved.