public class ListTLSCipherPoliciesRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ListTLSCipherPoliciesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListTLSCipherPoliciesRequest |
build(Map<String,?> map) |
Boolean |
getIncludeListener() |
Integer |
getMaxItems() |
String |
getName() |
String |
getNextToken() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getTLSCipherPolicyId() |
ListTLSCipherPoliciesRequest |
setIncludeListener(Boolean includeListener) |
ListTLSCipherPoliciesRequest |
setMaxItems(Integer maxItems) |
ListTLSCipherPoliciesRequest |
setName(String name) |
ListTLSCipherPoliciesRequest |
setNextToken(String nextToken) |
ListTLSCipherPoliciesRequest |
setOwnerAccount(String ownerAccount) |
ListTLSCipherPoliciesRequest |
setOwnerId(Long ownerId) |
ListTLSCipherPoliciesRequest |
setRegionId(String regionId) |
ListTLSCipherPoliciesRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ListTLSCipherPoliciesRequest |
setResourceOwnerId(Long resourceOwnerId) |
ListTLSCipherPoliciesRequest |
setTLSCipherPolicyId(String TLSCipherPolicyId) |
@NameInMap(value="IncludeListener") public Boolean includeListener
@NameInMap(value="MaxItems") public Integer maxItems
@NameInMap(value="Name") public String name
@NameInMap(value="NextToken") public String nextToken
@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 ListTLSCipherPoliciesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListTLSCipherPoliciesRequest setIncludeListener(Boolean includeListener)
public Boolean getIncludeListener()
public ListTLSCipherPoliciesRequest setMaxItems(Integer maxItems)
public Integer getMaxItems()
public ListTLSCipherPoliciesRequest setName(String name)
public String getName()
public ListTLSCipherPoliciesRequest setNextToken(String nextToken)
public String getNextToken()
public ListTLSCipherPoliciesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ListTLSCipherPoliciesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListTLSCipherPoliciesRequest setRegionId(String regionId)
public String getRegionId()
public ListTLSCipherPoliciesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListTLSCipherPoliciesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ListTLSCipherPoliciesRequest setTLSCipherPolicyId(String TLSCipherPolicyId)
public String getTLSCipherPolicyId()
Copyright © 2023. All rights reserved.