@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaCodeHook extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot.
Constructor and Description |
---|
LambdaCodeHook() |
Modifier and Type | Method and Description |
---|---|
LambdaCodeHook |
clone() |
boolean |
equals(Object obj) |
String |
getCodeHookInterfaceVersion()
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
|
String |
getLambdaARN()
The Amazon Resource Name (ARN) of the Lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCodeHookInterfaceVersion(String codeHookInterfaceVersion)
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
|
void |
setLambdaARN(String lambdaARN)
The Amazon Resource Name (ARN) of the Lambda function.
|
String |
toString()
Returns a string representation of this object.
|
LambdaCodeHook |
withCodeHookInterfaceVersion(String codeHookInterfaceVersion)
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
|
LambdaCodeHook |
withLambdaARN(String lambdaARN)
The Amazon Resource Name (ARN) of the Lambda function.
|
public void setLambdaARN(String lambdaARN)
The Amazon Resource Name (ARN) of the Lambda function.
lambdaARN
- The Amazon Resource Name (ARN) of the Lambda function.public String getLambdaARN()
The Amazon Resource Name (ARN) of the Lambda function.
public LambdaCodeHook withLambdaARN(String lambdaARN)
The Amazon Resource Name (ARN) of the Lambda function.
lambdaARN
- The Amazon Resource Name (ARN) of the Lambda function.public void setCodeHookInterfaceVersion(String codeHookInterfaceVersion)
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
codeHookInterfaceVersion
- The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.public String getCodeHookInterfaceVersion()
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
public LambdaCodeHook withCodeHookInterfaceVersion(String codeHookInterfaceVersion)
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
codeHookInterfaceVersion
- The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.public String toString()
toString
in class Object
Object.toString()
public LambdaCodeHook clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.