com.baidubce.services.acl.model
Class GetAclRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.acl.model.GetAclRequest
public class GetAclRequest
- extends AbstractBceRequest
The request for getting acl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetAclRequest
public GetAclRequest()
getVpcId
public String getVpcId()
setVpcId
public void setVpcId(String vpcId)
withVpcId
public GetAclRequest withVpcId(String vpcId)
withRequestCredentials
public GetAclRequest withRequestCredentials(BceCredentials credentials)
- Configure request credential for the request.
- Specified by:
withRequestCredentials
in class AbstractBceRequest
- Parameters:
credentials
- a valid instance of BceCredentials.
- Returns:
- GetSubnetRequest with credentials.
Copyright © 2018. All rights reserved.