public class ListAliasesRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ListAliasesRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunctionName()
Get the function name
|
String |
getFunctionVersion()
Get the function version
|
Integer |
getMarker()
Get the marker
|
Integer |
getMaxItems()
Get the max items
|
void |
setFunctionName(String functionName)
Set the function name
|
void |
setFunctionVersion(String functionVersion)
Set the function version
|
void |
setMarker(Integer marker)
Set the marker
|
void |
setMaxItems(Integer maxItems)
Set the max items
|
String |
toString()
(non-Javadoc)
|
ListAliasesRequest |
withFunctionName(String functionName) |
ListAliasesRequest |
withFunctionVersion(String functionVersion) |
ListAliasesRequest |
withMarker(Integer marker) |
ListAliasesRequest |
withMaxItems(Integer maxItems) |
ListAliasesRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic String getFunctionName()
public void setFunctionName(String functionName)
functionName - The function namepublic String getFunctionVersion()
public void setFunctionVersion(String functionVersion)
functionVersion - The function versionpublic Integer getMarker()
public void setMarker(Integer marker)
marker - The markerpublic Integer getMaxItems()
public void setMaxItems(Integer maxItems)
maxItems - The itemspublic ListAliasesRequest withFunctionName(String functionName)
public ListAliasesRequest withFunctionVersion(String functionVersion)
public ListAliasesRequest withMarker(Integer marker)
public ListAliasesRequest withMaxItems(Integer maxItems)
public ListAliasesRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic String toString()
toString in class ObjectObject.toString()Copyright © 2022. All rights reserved.