@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SlotTypeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Provides configuration information for a slot type.
| Constructor and Description |
|---|
SlotTypeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SlotTypeConfiguration |
clone() |
boolean |
equals(Object obj) |
SlotTypeRegexConfiguration |
getRegexConfiguration()
A regular expression used to validate the value of a slot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRegexConfiguration(SlotTypeRegexConfiguration regexConfiguration)
A regular expression used to validate the value of a slot.
|
String |
toString()
Returns a string representation of this object.
|
SlotTypeConfiguration |
withRegexConfiguration(SlotTypeRegexConfiguration regexConfiguration)
A regular expression used to validate the value of a slot.
|
public void setRegexConfiguration(SlotTypeRegexConfiguration regexConfiguration)
A regular expression used to validate the value of a slot.
regexConfiguration - A regular expression used to validate the value of a slot.public SlotTypeRegexConfiguration getRegexConfiguration()
A regular expression used to validate the value of a slot.
public SlotTypeConfiguration withRegexConfiguration(SlotTypeRegexConfiguration regexConfiguration)
A regular expression used to validate the value of a slot.
regexConfiguration - A regular expression used to validate the value of a slot.public String toString()
toString in class ObjectObject.toString()public SlotTypeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.