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