com.baidubce.services.acl.model
Class GetAclRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.acl.model.GetAclRequest

public class GetAclRequest
extends AbstractBceRequest

The request for getting acl


Constructor Summary
GetAclRequest()
           
 
Method Summary
 String getVpcId()
           
 void setVpcId(String vpcId)
           
 GetAclRequest withRequestCredentials(BceCredentials credentials)
          Configure request credential for the request.
 GetAclRequest withVpcId(String vpcId)
           
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAclRequest

public GetAclRequest()
Method Detail

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.