Class CodeHook
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelbuilding.model.CodeHook
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CodeHook.Builder,CodeHook>
@Generated("software.amazon.awssdk:codegen") public final class CodeHook extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeHook.Builder,CodeHook>
Specifies a Lambda function that verifies requests to a bot or fulfills the user's request to a bot..
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCodeHook.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CodeHook.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmessageVersion()The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.List<SdkField<?>>sdkFields()static Class<? extends CodeHook.Builder>serializableBuilderClass()CodeHook.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringuri()The Amazon Resource Name (ARN) of the Lambda function.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
uri
public final String uri()
The Amazon Resource Name (ARN) of the Lambda function.
- Returns:
- The Amazon Resource Name (ARN) of the Lambda function.
-
messageVersion
public final 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.
- Returns:
- The version of the request-response that you want Amazon Lex to use to invoke your Lambda function. For more information, see using-lambda.
-
toBuilder
public CodeHook.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CodeHook.Builder,CodeHook>
-
builder
public static CodeHook.Builder builder()
-
serializableBuilderClass
public static Class<? extends CodeHook.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-