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