@Generated(value="software.amazon.awssdk:codegen") public class CodeHook extends Object implements StructuredPojo, ToCopyableBuilder<CodeHook.Builder,CodeHook>
Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot..
| Modifier and Type | Class and Description |
|---|---|
static interface |
CodeHook.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CodeHook.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
messageVersion()
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
|
static Class<? extends CodeHook.Builder> |
serializableBuilderClass() |
CodeHook.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
uri()
The Amazon Resource Name (ARN) of the Lambda function.
|
copypublic String uri()
The Amazon Resource Name (ARN) of the Lambda function.
public String messageVersion()
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
public CodeHook.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CodeHook.Builder,CodeHook>public static CodeHook.Builder builder()
public static Class<? extends CodeHook.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.