@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVersionsByFunctionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListVersionsByFunctionRequest() |
Modifier and Type | Method and Description |
---|---|
ListVersionsByFunctionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFunctionName()
The name of the lambda function.
|
String |
getMarker()
Specify the pagination token returned by a previous request to retrieve the next page of results.
|
Integer |
getMaxItems()
Limit the number of versions returned.
|
int |
hashCode() |
void |
setFunctionName(String functionName)
The name of the lambda function.
|
void |
setMarker(String marker)
Specify the pagination token returned by a previous request to retrieve the next page of results.
|
void |
setMaxItems(Integer maxItems)
Limit the number of versions returned.
|
String |
toString()
Returns a string representation of this object.
|
ListVersionsByFunctionRequest |
withFunctionName(String functionName)
The name of the lambda function.
|
ListVersionsByFunctionRequest |
withMarker(String marker)
Specify the pagination token returned by a previous request to retrieve the next page of results.
|
ListVersionsByFunctionRequest |
withMaxItems(Integer maxItems)
Limit the number of versions returned.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setFunctionName(String functionName)
The name of the lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- The name of the lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public String getFunctionName()
The name of the lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public ListVersionsByFunctionRequest withFunctionName(String functionName)
The name of the lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
functionName
- The name of the lambda function.
Name formats
Function name - MyFunction
.
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction
.
Partial ARN - 123456789012:function:MyFunction
.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public void setMarker(String marker)
Specify the pagination token returned by a previous request to retrieve the next page of results.
marker
- Specify the pagination token returned by a previous request to retrieve the next page of results.public String getMarker()
Specify the pagination token returned by a previous request to retrieve the next page of results.
public ListVersionsByFunctionRequest withMarker(String marker)
Specify the pagination token returned by a previous request to retrieve the next page of results.
marker
- Specify the pagination token returned by a previous request to retrieve the next page of results.public void setMaxItems(Integer maxItems)
Limit the number of versions returned.
maxItems
- Limit the number of versions returned.public Integer getMaxItems()
Limit the number of versions returned.
public ListVersionsByFunctionRequest withMaxItems(Integer maxItems)
Limit the number of versions returned.
maxItems
- Limit the number of versions returned.public String toString()
toString
in class Object
Object.toString()
public ListVersionsByFunctionRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.