com.baidubce.services.bos.model
Class NotResource

java.lang.Object
  extended by com.baidubce.services.bos.model.NotResource

public class NotResource
extends Object

notResource of Bucket Acl. Resource Affected by ACL Configuration Items. Indicates setting access to a resource except the one specified by notResource.


Constructor Summary
NotResource()
           
 
Method Summary
 List<String> getNotResource()
          Gets the notResource of Bucket Acl.
 void setNotResource(List<String> notResource)
          Sets the notResource of Bucket Acl.
 NotResource withNotResource(List<String> notResource)
          Sets the notResource of Bucket Acl.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotResource

public NotResource()
Method Detail

getNotResource

public List<String> getNotResource()
Gets the notResource of Bucket Acl.

Returns:
the notResource of Bucket Acl.

setNotResource

public void setNotResource(List<String> notResource)
Sets the notResource of Bucket Acl.

Parameters:
notResource - The resources of Bucket Acl.

withNotResource

public NotResource withNotResource(List<String> notResource)
Sets the notResource of Bucket Acl.

Parameters:
notResource - The resources of Bucket Acl.
Returns:
this Object.


Copyright © 2018. All rights reserved.