@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExternalSourceSetting extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the external source of the slot type's definition.
Constructor and Description |
---|
ExternalSourceSetting() |
Modifier and Type | Method and Description |
---|---|
ExternalSourceSetting |
clone() |
boolean |
equals(Object obj) |
GrammarSlotTypeSetting |
getGrammarSlotTypeSetting()
Settings required for a slot type based on a grammar that you provide.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGrammarSlotTypeSetting(GrammarSlotTypeSetting grammarSlotTypeSetting)
Settings required for a slot type based on a grammar that you provide.
|
String |
toString()
Returns a string representation of this object.
|
ExternalSourceSetting |
withGrammarSlotTypeSetting(GrammarSlotTypeSetting grammarSlotTypeSetting)
Settings required for a slot type based on a grammar that you provide.
|
public void setGrammarSlotTypeSetting(GrammarSlotTypeSetting grammarSlotTypeSetting)
Settings required for a slot type based on a grammar that you provide.
grammarSlotTypeSetting
- Settings required for a slot type based on a grammar that you provide.public GrammarSlotTypeSetting getGrammarSlotTypeSetting()
Settings required for a slot type based on a grammar that you provide.
public ExternalSourceSetting withGrammarSlotTypeSetting(GrammarSlotTypeSetting grammarSlotTypeSetting)
Settings required for a slot type based on a grammar that you provide.
grammarSlotTypeSetting
- Settings required for a slot type based on a grammar that you provide.public String toString()
toString
in class Object
Object.toString()
public ExternalSourceSetting clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.