@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) |
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)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.