@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NaturalLanguageQueryGenerationOptionsOutput extends Object implements Serializable, Cloneable, StructuredPojo
Container for parameters representing the state of the natural language query generation feature on the specified domain.
Constructor and Description |
---|
NaturalLanguageQueryGenerationOptionsOutput() |
Modifier and Type | Method and Description |
---|---|
NaturalLanguageQueryGenerationOptionsOutput |
clone() |
boolean |
equals(Object obj) |
String |
getCurrentState()
The current state of the natural language query generation feature, indicating completion, in progress, or
failure.
|
String |
getDesiredState()
The desired state of the natural language query generation feature.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCurrentState(String currentState)
The current state of the natural language query generation feature, indicating completion, in progress, or
failure.
|
void |
setDesiredState(String desiredState)
The desired state of the natural language query generation feature.
|
String |
toString()
Returns a string representation of this object.
|
NaturalLanguageQueryGenerationOptionsOutput |
withCurrentState(NaturalLanguageQueryGenerationCurrentState currentState)
The current state of the natural language query generation feature, indicating completion, in progress, or
failure.
|
NaturalLanguageQueryGenerationOptionsOutput |
withCurrentState(String currentState)
The current state of the natural language query generation feature, indicating completion, in progress, or
failure.
|
NaturalLanguageQueryGenerationOptionsOutput |
withDesiredState(NaturalLanguageQueryGenerationDesiredState desiredState)
The desired state of the natural language query generation feature.
|
NaturalLanguageQueryGenerationOptionsOutput |
withDesiredState(String desiredState)
The desired state of the natural language query generation feature.
|
public NaturalLanguageQueryGenerationOptionsOutput()
public void setDesiredState(String desiredState)
The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.
desiredState
- The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.NaturalLanguageQueryGenerationDesiredState
public String getDesiredState()
The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.
NaturalLanguageQueryGenerationDesiredState
public NaturalLanguageQueryGenerationOptionsOutput withDesiredState(String desiredState)
The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.
desiredState
- The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.NaturalLanguageQueryGenerationDesiredState
public NaturalLanguageQueryGenerationOptionsOutput withDesiredState(NaturalLanguageQueryGenerationDesiredState desiredState)
The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.
desiredState
- The desired state of the natural language query generation feature. Valid values are ENABLED and DISABLED.NaturalLanguageQueryGenerationDesiredState
public void setCurrentState(String currentState)
The current state of the natural language query generation feature, indicating completion, in progress, or failure.
currentState
- The current state of the natural language query generation feature, indicating completion, in progress, or
failure.NaturalLanguageQueryGenerationCurrentState
public String getCurrentState()
The current state of the natural language query generation feature, indicating completion, in progress, or failure.
NaturalLanguageQueryGenerationCurrentState
public NaturalLanguageQueryGenerationOptionsOutput withCurrentState(String currentState)
The current state of the natural language query generation feature, indicating completion, in progress, or failure.
currentState
- The current state of the natural language query generation feature, indicating completion, in progress, or
failure.NaturalLanguageQueryGenerationCurrentState
public NaturalLanguageQueryGenerationOptionsOutput withCurrentState(NaturalLanguageQueryGenerationCurrentState currentState)
The current state of the natural language query generation feature, indicating completion, in progress, or failure.
currentState
- The current state of the natural language query generation feature, indicating completion, in progress, or
failure.NaturalLanguageQueryGenerationCurrentState
public String toString()
toString
in class Object
Object.toString()
public NaturalLanguageQueryGenerationOptionsOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.