@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AIMLOptionsOutput extends Object implements Serializable, Cloneable, StructuredPojo
Container for parameters representing the state of machine learning features on the specified domain.
Constructor and Description |
---|
AIMLOptionsOutput() |
Modifier and Type | Method and Description |
---|---|
AIMLOptionsOutput |
clone() |
boolean |
equals(Object obj) |
NaturalLanguageQueryGenerationOptionsOutput |
getNaturalLanguageQueryGenerationOptions()
Container for parameters required for natural language query generation on the specified domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNaturalLanguageQueryGenerationOptions(NaturalLanguageQueryGenerationOptionsOutput naturalLanguageQueryGenerationOptions)
Container for parameters required for natural language query generation on the specified domain.
|
String |
toString()
Returns a string representation of this object.
|
AIMLOptionsOutput |
withNaturalLanguageQueryGenerationOptions(NaturalLanguageQueryGenerationOptionsOutput naturalLanguageQueryGenerationOptions)
Container for parameters required for natural language query generation on the specified domain.
|
public void setNaturalLanguageQueryGenerationOptions(NaturalLanguageQueryGenerationOptionsOutput naturalLanguageQueryGenerationOptions)
Container for parameters required for natural language query generation on the specified domain.
naturalLanguageQueryGenerationOptions
- Container for parameters required for natural language query generation on the specified domain.public NaturalLanguageQueryGenerationOptionsOutput getNaturalLanguageQueryGenerationOptions()
Container for parameters required for natural language query generation on the specified domain.
public AIMLOptionsOutput withNaturalLanguageQueryGenerationOptions(NaturalLanguageQueryGenerationOptionsOutput naturalLanguageQueryGenerationOptions)
Container for parameters required for natural language query generation on the specified domain.
naturalLanguageQueryGenerationOptions
- Container for parameters required for natural language query generation on the specified domain.public String toString()
toString
in class Object
Object.toString()
public AIMLOptionsOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.