public class ListFunctionsRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ListFunctionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionVersion()
Get function version.
|
Integer |
getMarker()
Get the marker
|
Integer |
getMaxItems()
get MaxItems 1-10000
|
void |
setFunctionVersion(String functionVersion)
Set function version.
|
void |
setMarker(Integer marker)
Set the marker
|
void |
setMaxItems(Integer maxItems)
set maxItems 1-10000
|
String |
toString()
(non-Javadoc)
|
ListFunctionsRequest |
withFunctionVersion(String functionVersion)
Specify the function version.
|
ListFunctionsRequest |
withMarker(Integer marker)
Specify the function marker
|
ListFunctionsRequest |
withMaxItems(Integer maxItems)
Configure the MaxItems for the request
|
ListFunctionsRequest |
withRequestCredentials(BceCredentials credentials)
(non-Javadoc)
|
getRequestCredentials, setRequestCredentialspublic String getFunctionVersion()
public void setFunctionVersion(String functionVersion)
functionVersion - public Integer getMarker()
public void setMarker(Integer marker)
marker - The markerpublic Integer getMaxItems()
public void setMaxItems(Integer maxItems)
maxItems - 1-10000public ListFunctionsRequest withFunctionVersion(String functionVersion)
functionVersion - public ListFunctionsRequest withMarker(Integer marker)
marker - public ListFunctionsRequest withMaxItems(Integer maxItems)
maxItems - 1-10000public ListFunctionsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestAbstractBceRequest.withRequestCredentials(com.baidubce.auth.BceCredentials)public String toString()
toString in class ObjectObject.toString()Copyright © 2024. All rights reserved.