@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FulfillmentCodeHookSettings extends Object implements Serializable, Cloneable, StructuredPojo
Determines if a Lambda function should be invoked for a specific intent.
| Constructor and Description |
|---|
FulfillmentCodeHookSettings() |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentCodeHookSettings |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Indicates whether a Lambda function should be invoked to fulfill a specific intent.
|
int |
hashCode() |
Boolean |
isEnabled()
Indicates whether a Lambda function should be invoked to fulfill a specific intent.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnabled(Boolean enabled)
Indicates whether a Lambda function should be invoked to fulfill a specific intent.
|
String |
toString()
Returns a string representation of this object.
|
FulfillmentCodeHookSettings |
withEnabled(Boolean enabled)
Indicates whether a Lambda function should be invoked to fulfill a specific intent.
|
public void setEnabled(Boolean enabled)
Indicates whether a Lambda function should be invoked to fulfill a specific intent.
enabled - Indicates whether a Lambda function should be invoked to fulfill a specific intent.public Boolean getEnabled()
Indicates whether a Lambda function should be invoked to fulfill a specific intent.
public FulfillmentCodeHookSettings withEnabled(Boolean enabled)
Indicates whether a Lambda function should be invoked to fulfill a specific intent.
enabled - Indicates whether a Lambda function should be invoked to fulfill a specific intent.public Boolean isEnabled()
Indicates whether a Lambda function should be invoked to fulfill a specific intent.
public String toString()
toString in class ObjectObject.toString()public FulfillmentCodeHookSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.