public class SetDomainIpACLRequest extends AbstractBceRequest
| Constructor and Description |
|---|
SetDomainIpACLRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
IpACL |
getIpACL() |
void |
setDomain(String domain) |
void |
setIpACL(IpACL ipACL) |
String |
toString()
(non-Javadoc)
|
SetDomainIpACLRequest |
withDomain(String domain) |
SetDomainIpACLRequest |
withIpACL(IpACL ipACL) |
SetDomainIpACLRequest |
withRequestCredentials(BceCredentials credentials)
(non-Javadoc)
|
getRequestCredentials, setRequestCredentialspublic String getDomain()
public void setDomain(String domain)
domain - the domain namepublic SetDomainIpACLRequest withDomain(String domain)
domain - the domain namepublic IpACL getIpACL()
public void setIpACL(IpACL ipACL)
ipACL - public SetDomainIpACLRequest withIpACL(IpACL ipACL)
ipACL - public SetDomainIpACLRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestAbstractBceRequest.withRequestCredentials(com.baidubce.auth.BceCredentials)public String toString()
toString in class ObjectObject.toString()Copyright © 2022. All rights reserved.