@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TextInputSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the text input specifications.
Constructor and Description |
---|
TextInputSpecification() |
Modifier and Type | Method and Description |
---|---|
TextInputSpecification |
clone() |
boolean |
equals(Object obj) |
Integer |
getStartTimeoutMs()
Time for which a bot waits before re-prompting a customer for text input.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStartTimeoutMs(Integer startTimeoutMs)
Time for which a bot waits before re-prompting a customer for text input.
|
String |
toString()
Returns a string representation of this object.
|
TextInputSpecification |
withStartTimeoutMs(Integer startTimeoutMs)
Time for which a bot waits before re-prompting a customer for text input.
|
public void setStartTimeoutMs(Integer startTimeoutMs)
Time for which a bot waits before re-prompting a customer for text input.
startTimeoutMs
- Time for which a bot waits before re-prompting a customer for text input.public Integer getStartTimeoutMs()
Time for which a bot waits before re-prompting a customer for text input.
public TextInputSpecification withStartTimeoutMs(Integer startTimeoutMs)
Time for which a bot waits before re-prompting a customer for text input.
startTimeoutMs
- Time for which a bot waits before re-prompting a customer for text input.public String toString()
toString
in class Object
Object.toString()
public TextInputSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.