StructuredPojo
, ToCopyableBuilder<CodeHook.Builder,CodeHook>
@Generated("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 | Description |
---|---|---|
static interface |
CodeHook.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CodeHook.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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.
|
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CodeHook.Builder,CodeHook>
public static CodeHook.Builder builder()
public static Class<? extends CodeHook.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.