Class ListVersionsByFunctionResult
java.lang.Object
com.amazonaws.services.lambda.model.ListVersionsByFunctionResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA string, present if there are more function versions.A list of Lambda function versions.inthashCode()voidsetNextMarker(String nextMarker) A string, present if there are more function versions.voidsetVersions(Collection<FunctionConfiguration> versions) A list of Lambda function versions.toString()Returns a string representation of this object; useful for testing and debugging.withNextMarker(String nextMarker) A string, present if there are more function versions.withVersions(FunctionConfiguration... versions) A list of Lambda function versions.withVersions(Collection<FunctionConfiguration> versions) A list of Lambda function versions.
-
Constructor Details
-
ListVersionsByFunctionResult
public ListVersionsByFunctionResult()
-
-
Method Details
-
setNextMarker
A string, present if there are more function versions.
- Parameters:
nextMarker- A string, present if there are more function versions.
-
getNextMarker
A string, present if there are more function versions.
- Returns:
- A string, present if there are more function versions.
-
withNextMarker
A string, present if there are more function versions.
- Parameters:
nextMarker- A string, present if there are more function versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getVersions
A list of Lambda function versions.
- Returns:
- A list of Lambda function versions.
-
setVersions
A list of Lambda function versions.
- Parameters:
versions- A list of Lambda function versions.
-
withVersions
A list of Lambda function versions.
NOTE: This method appends the values to the existing list (if any). Use
setVersions(java.util.Collection)orwithVersions(java.util.Collection)if you want to override the existing values.- Parameters:
versions- A list of Lambda function versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withVersions
A list of Lambda function versions.
- Parameters:
versions- A list of Lambda function versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-