@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaFunction extends Object implements Serializable, Cloneable, StructuredPojo
The Lambda function.
| Constructor and Description | 
|---|
| LambdaFunction() | 
| Modifier and Type | Method and Description | 
|---|---|
| LambdaFunction | clone() | 
| boolean | equals(Object obj) | 
| String | getArn()
 The ARN of the Lambda function. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setArn(String arn)
 The ARN of the Lambda function. | 
| String | toString()Returns a string representation of this object. | 
| LambdaFunction | withArn(String arn)
 The ARN of the Lambda function. | 
public void setArn(String arn)
The ARN of the Lambda function.
arn - The ARN of the Lambda function.public String getArn()
The ARN of the Lambda function.
public LambdaFunction withArn(String arn)
The ARN of the Lambda function.
arn - The ARN of the Lambda function.public String toString()
toString in class ObjectObject.toString()public LambdaFunction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.