@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public FunctionDefinitionVersion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.