|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.model.ListRequest
com.baidubce.services.vpc.model.ListVpcRequest
public class ListVpcRequest
The request for listing vpc
Constructor Summary | |
---|---|
ListVpcRequest()
|
Method Summary | |
---|---|
Boolean |
getIsDefault()
|
void |
setIsDefault(Boolean isDefault)
|
ListVpcRequest |
withIsDefault(Boolean isDefault)
Configure isDefault param for the request. |
ListVpcRequest |
withMarker(String marker)
Configure the request with specified marker. |
ListVpcRequest |
withMaxKeys(int maxKeys)
Configure the request with specified maxKeys. |
ListVpcRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request. |
Methods inherited from class com.baidubce.model.ListRequest |
---|
getMarker, getMaxKeys, setMarker, setMaxKeys |
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 |
---|
public ListVpcRequest()
Method Detail |
---|
public Boolean getIsDefault()
public void setIsDefault(Boolean isDefault)
public ListVpcRequest withIsDefault(Boolean isDefault)
isDefault
- The option param determine the result whether only return default vpc.
public ListVpcRequest withMarker(String marker)
withMarker
in class ListRequest
marker
- The optional parameter marker specified in the original request to specify
where in the results to begin listing.
public ListVpcRequest withMaxKeys(int maxKeys)
withMaxKeys
in class ListRequest
maxKeys
- The optional parameter to specifies the max number of list result to return.
The default value is 1000.
public ListVpcRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials
in class AbstractBceRequest
credentials
- a valid instance of BceCredentials.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |