@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVersionsByFunctionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListVersionsByFunctionResult() |
Modifier and Type | Method and Description |
---|---|
ListVersionsByFunctionResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextMarker()
The pagination token that's included if more results are available.
|
List<FunctionConfiguration> |
getVersions()
A list of Lambda function versions.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
The pagination token that's included if more results are available.
|
void |
setVersions(Collection<FunctionConfiguration> versions)
A list of Lambda function versions.
|
String |
toString()
Returns a string representation of this object.
|
ListVersionsByFunctionResult |
withNextMarker(String nextMarker)
The pagination token that's included if more results are available.
|
ListVersionsByFunctionResult |
withVersions(Collection<FunctionConfiguration> versions)
A list of Lambda function versions.
|
ListVersionsByFunctionResult |
withVersions(FunctionConfiguration... versions)
A list of Lambda function versions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextMarker(String nextMarker)
The pagination token that's included if more results are available.
nextMarker
- The pagination token that's included if more results are available.public String getNextMarker()
The pagination token that's included if more results are available.
public ListVersionsByFunctionResult withNextMarker(String nextMarker)
The pagination token that's included if more results are available.
nextMarker
- The pagination token that's included if more results are available.public List<FunctionConfiguration> getVersions()
A list of Lambda function versions.
public void setVersions(Collection<FunctionConfiguration> versions)
A list of Lambda function versions.
versions
- A list of Lambda function versions.public ListVersionsByFunctionResult withVersions(FunctionConfiguration... versions)
A list of Lambda function 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.
versions
- A list of Lambda function versions.public ListVersionsByFunctionResult withVersions(Collection<FunctionConfiguration> versions)
A list of Lambda function versions.
versions
- A list of Lambda function versions.public String toString()
toString
in class Object
Object.toString()
public ListVersionsByFunctionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.