public class ListVersionsByFunctionRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ListVersionsByFunctionRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionName()
Get the function name
|
Integer |
getMarker()
Get the marker
|
Integer |
getMaxItems()
get MaxItems 1-10000
|
void |
setFunctionName(String functionName)
Set the function name, you can specify a function name (for example, Thumbnail), Or you can specify the BRN
resource name of the function (for example: brn:bce:cfc:bj:account-id:function:thumbnail).
|
void |
setMarker(Integer marker)
Set the marker
|
void |
setMaxItems(Integer maxItems)
set maxItems 1-10000
|
String |
toString()
(non-Javadoc)
|
ListVersionsByFunctionRequest |
withFunctionName(String functionName)
Set the function name
|
ListVersionsByFunctionRequest |
withMarker(Integer marker)
Set the function marker
|
ListVersionsByFunctionRequest |
withMaxItems(Integer maxItems)
Configure the MaxItems for the request
|
ListVersionsByFunctionRequest |
withRequestCredentials(BceCredentials credentials)
(non-Javadoc)
|
getRequestCredentials, setRequestCredentialspublic String getFunctionName()
public void setFunctionName(String functionName)
functionName - The function namepublic Integer getMarker()
public void setMarker(Integer marker)
marker - The markerpublic Integer getMaxItems()
public void setMaxItems(Integer maxItems)
maxItems - 1-10000public ListVersionsByFunctionRequest withFunctionName(String functionName)
functionName - public ListVersionsByFunctionRequest withMarker(Integer marker)
marker - public ListVersionsByFunctionRequest withMaxItems(Integer maxItems)
maxItems - 1-10000public ListVersionsByFunctionRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestAbstractBceRequest.withRequestCredentials(com.baidubce.auth.BceCredentials)public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.