public class SetTLSCipherPolicyAttributeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
ciphers |
String |
name |
String |
ownerAccount |
Long |
ownerId |
String |
regionId |
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
TLSCipherPolicyId |
List<String> |
TLSVersions |
| 构造器和说明 |
|---|
SetTLSCipherPolicyAttributeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SetTLSCipherPolicyAttributeRequest |
build(Map<String,?> map) |
List<String> |
getCiphers() |
String |
getName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getTLSCipherPolicyId() |
List<String> |
getTLSVersions() |
SetTLSCipherPolicyAttributeRequest |
setCiphers(List<String> ciphers) |
SetTLSCipherPolicyAttributeRequest |
setName(String name) |
SetTLSCipherPolicyAttributeRequest |
setOwnerAccount(String ownerAccount) |
SetTLSCipherPolicyAttributeRequest |
setOwnerId(Long ownerId) |
SetTLSCipherPolicyAttributeRequest |
setRegionId(String regionId) |
SetTLSCipherPolicyAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
SetTLSCipherPolicyAttributeRequest |
setResourceOwnerId(Long resourceOwnerId) |
SetTLSCipherPolicyAttributeRequest |
setTLSCipherPolicyId(String TLSCipherPolicyId) |
SetTLSCipherPolicyAttributeRequest |
setTLSVersions(List<String> TLSVersions) |
@NameInMap(value="Name") public String name
@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 SetTLSCipherPolicyAttributeRequest build(Map<String,?> map) throws Exception
Exceptionpublic SetTLSCipherPolicyAttributeRequest setCiphers(List<String> ciphers)
public SetTLSCipherPolicyAttributeRequest setName(String name)
public String getName()
public SetTLSCipherPolicyAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public SetTLSCipherPolicyAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public SetTLSCipherPolicyAttributeRequest setRegionId(String regionId)
public String getRegionId()
public SetTLSCipherPolicyAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public SetTLSCipherPolicyAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public SetTLSCipherPolicyAttributeRequest setTLSCipherPolicyId(String TLSCipherPolicyId)
public String getTLSCipherPolicyId()
public SetTLSCipherPolicyAttributeRequest setTLSVersions(List<String> TLSVersions)
Copyright © 2023. All rights reserved.