@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) |
FunctionDefaultConfig |
getDefaultConfig()
The default configuration that applies to all Lambda functions in this function definition version.
|
List<Function> |
getFunctions()
A list of Lambda functions in this function definition version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDefaultConfig(FunctionDefaultConfig defaultConfig)
The default configuration that applies to all Lambda functions in this function definition version.
|
void |
setFunctions(Collection<Function> functions)
A list of Lambda functions in this function definition version.
|
String |
toString()
Returns a string representation of this object.
|
FunctionDefinitionVersion |
withDefaultConfig(FunctionDefaultConfig defaultConfig)
The default configuration that applies to all Lambda functions in this function definition version.
|
FunctionDefinitionVersion |
withFunctions(Collection<Function> functions)
A list of Lambda functions in this function definition version.
|
FunctionDefinitionVersion |
withFunctions(Function... functions)
A list of Lambda functions in this function definition version.
|
public void setDefaultConfig(FunctionDefaultConfig defaultConfig)
defaultConfig
- The default configuration that applies to all Lambda functions in this function definition version.
Individual Lambda functions can override these settings.public FunctionDefaultConfig getDefaultConfig()
public FunctionDefinitionVersion withDefaultConfig(FunctionDefaultConfig defaultConfig)
defaultConfig
- The default configuration that applies to all Lambda functions in this function definition version.
Individual Lambda functions can override these settings.public List<Function> getFunctions()
public void setFunctions(Collection<Function> functions)
functions
- A list of 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
- A list of Lambda functions in this function definition version.public FunctionDefinitionVersion withFunctions(Collection<Function> functions)
functions
- A list of 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.