public class ListVersionsByFunctionResult extends Object implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListVersionsByFunctionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListVersionsByFunctionResult | clone() | 
| boolean | equals(Object obj) | 
| String | getNextMarker()A string, present if there are more function versions. | 
| List<FunctionConfiguration> | getVersions()A list of Lambda function versions. | 
| int | hashCode() | 
| void | setNextMarker(String nextMarker)A string, present if there are more function versions. | 
| void | setVersions(Collection<FunctionConfiguration> versions)A list of Lambda function versions. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ListVersionsByFunctionResult | withNextMarker(String nextMarker)A string, present if there are more function versions. | 
| ListVersionsByFunctionResult | withVersions(Collection<FunctionConfiguration> versions)A list of Lambda function versions. | 
| ListVersionsByFunctionResult | withVersions(FunctionConfiguration... versions)A list of Lambda function versions. | 
public String getNextMarker()
public void setNextMarker(String nextMarker)
nextMarker - A string, present if there are more function versions.public ListVersionsByFunctionResult withNextMarker(String nextMarker)
Returns a reference to this object so that method calls can be chained together.
nextMarker - A string, present if there are more function versions.public List<FunctionConfiguration> getVersions()
public void setVersions(Collection<FunctionConfiguration> versions)
versions - A list of Lambda function versions.public ListVersionsByFunctionResult withVersions(FunctionConfiguration... versions)
 NOTE: This method appends the values to the existing list (if
 any). Use setVersions(java.util.Collection) or withVersions(java.util.Collection) if you want to override the
 existing values.
 
Returns a reference to this object so that method calls can be chained together.
versions - A list of Lambda function versions.public ListVersionsByFunctionResult withVersions(Collection<FunctionConfiguration> versions)
Returns a reference to this object so that method calls can be chained together.
versions - A list of Lambda function versions.public String toString()
toString in class ObjectObject.toString()public ListVersionsByFunctionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.