@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeHookSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about code hooks that Amazon Lex calls during a conversation.
| Constructor and Description | 
|---|
| CodeHookSpecification() | 
| Modifier and Type | Method and Description | 
|---|---|
| CodeHookSpecification | clone() | 
| boolean | equals(Object obj) | 
| LambdaCodeHook | getLambdaCodeHook() | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setLambdaCodeHook(LambdaCodeHook lambdaCodeHook) | 
| String | toString()Returns a string representation of this object. | 
| CodeHookSpecification | withLambdaCodeHook(LambdaCodeHook lambdaCodeHook) | 
public void setLambdaCodeHook(LambdaCodeHook lambdaCodeHook)
lambdaCodeHook - public LambdaCodeHook getLambdaCodeHook()
public CodeHookSpecification withLambdaCodeHook(LambdaCodeHook lambdaCodeHook)
lambdaCodeHook - public String toString()
toString in class ObjectObject.toString()public CodeHookSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.