Class LambdaCodeHook
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.LambdaCodeHook
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LambdaCodeHook.Builder,LambdaCodeHook>
@Generated("software.amazon.awssdk:codegen") public final class LambdaCodeHook extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LambdaCodeHook.Builder,LambdaCodeHook>
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 interfaceLambdaCodeHook.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LambdaCodeHook.Builderbuilder()StringcodeHookInterfaceVersion()The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlambdaARN()The Amazon Resource Name (ARN) of the Lambda function.List<SdkField<?>>sdkFields()static Class<? extends LambdaCodeHook.Builder>serializableBuilderClass()LambdaCodeHook.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
lambdaARN
public final String lambdaARN()
The Amazon Resource Name (ARN) of the Lambda function.
- Returns:
- The Amazon Resource Name (ARN) of the Lambda function.
-
codeHookInterfaceVersion
public final String codeHookInterfaceVersion()
The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
- Returns:
- The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
-
toBuilder
public LambdaCodeHook.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LambdaCodeHook.Builder,LambdaCodeHook>
-
builder
public static LambdaCodeHook.Builder builder()
-
serializableBuilderClass
public static Class<? extends LambdaCodeHook.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.
-
-