@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FunctionDefinitionVersion extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
FunctionDefinitionVersion() |
| Modifier and Type | Method and Description |
|---|---|
FunctionDefinitionVersion |
clone() |
boolean |
equals(Object obj) |
List<Function> |
getFunctions()
Lambda functions in this function definition version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFunctions(Collection<Function> functions)
Lambda functions in this function definition version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
FunctionDefinitionVersion |
withFunctions(Collection<Function> functions)
Lambda functions in this function definition version.
|
FunctionDefinitionVersion |
withFunctions(Function... functions)
Lambda functions in this function definition version.
|
public List<Function> getFunctions()
public void setFunctions(Collection<Function> functions)
functions - Lambda functions in this function definition version.public FunctionDefinitionVersion withFunctions(Function... functions)
NOTE: This method appends the values to the existing list (if any). Use
setFunctions(java.util.Collection) or withFunctions(java.util.Collection) if you want to
override the existing values.
functions - Lambda functions in this function definition version.public FunctionDefinitionVersion withFunctions(Collection<Function> functions)
functions - Lambda functions in this function definition version.public String toString()
toString in class ObjectObject.toString()public FunctionDefinitionVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.