com.baidubce.services.eip.model
Class ListRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.eip.model.ListRequest
- Direct Known Subclasses:
- ListEipsRequest
public abstract class ListRequest
- extends AbstractBceRequest
list base class
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListRequest
public ListRequest()
getMarker
public String getMarker()
setMarker
public void setMarker(String marker)
getMaxKeys
public int getMaxKeys()
setMaxKeys
public void setMaxKeys(int maxKeys)
withMarker
public ListRequest withMarker(String marker)
withMaxKeys
public ListRequest withMaxKeys(Integer maxKeys)
withRequestCredentials
public ListRequest withRequestCredentials(BceCredentials credentials)
- Specified by:
withRequestCredentials
in class AbstractBceRequest
Copyright © 2018. All rights reserved.