@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()
Pagination token included if more results are available.
|
List<FunctionConfiguration> |
getVersions()
A list of Lambda function versions.
|
int |
hashCode() |
void |
setNextMarker(String nextMarker)
Pagination token 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)
Pagination token 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, setSdkResponseMetadatapublic void setNextMarker(String nextMarker)
Pagination token included if more results are available.
nextMarker - Pagination token included if more results are available.public String getNextMarker()
Pagination token included if more results are available.
public ListVersionsByFunctionResult withNextMarker(String nextMarker)
Pagination token included if more results are available.
nextMarker - Pagination token 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 ObjectObject.toString()public ListVersionsByFunctionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.