@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Function extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Function() |
Modifier and Type | Method and Description |
---|---|
Function |
clone() |
boolean |
equals(Object obj) |
String |
getFunctionArn()
Arn of the Lambda function.
|
FunctionConfiguration |
getFunctionConfiguration()
Configuration of the function
|
String |
getId()
Id of the function in this version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFunctionArn(String functionArn)
Arn of the Lambda function.
|
void |
setFunctionConfiguration(FunctionConfiguration functionConfiguration)
Configuration of the function
|
void |
setId(String id)
Id of the function in this version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Function |
withFunctionArn(String functionArn)
Arn of the Lambda function.
|
Function |
withFunctionConfiguration(FunctionConfiguration functionConfiguration)
Configuration of the function
|
Function |
withId(String id)
Id of the function in this version.
|
public void setFunctionArn(String functionArn)
functionArn
- Arn of the Lambda function.public String getFunctionArn()
public Function withFunctionArn(String functionArn)
functionArn
- Arn of the Lambda function.public void setFunctionConfiguration(FunctionConfiguration functionConfiguration)
functionConfiguration
- Configuration of the functionpublic FunctionConfiguration getFunctionConfiguration()
public Function withFunctionConfiguration(FunctionConfiguration functionConfiguration)
functionConfiguration
- Configuration of the functionpublic void setId(String id)
id
- Id of the function in this version.public String getId()
public Function withId(String id)
id
- Id of the function in this version.public String toString()
toString
in class Object
Object.toString()
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.