public class ListVpcRequest extends ListRequest
| Constructor and Description |
|---|
ListVpcRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getMarker, getMaxKeys, setMarker, setMaxKeysgetRequestCredentials, setRequestCredentialspublic 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 ListRequestmarker - 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 ListRequestmaxKeys - 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 AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2023. All rights reserved.