@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public FulfillmentCodeHookSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.