@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PredictQAppResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PredictQAppResult() |
Modifier and Type | Method and Description |
---|---|
PredictQAppResult |
clone() |
boolean |
equals(Object obj) |
PredictAppDefinition |
getApp()
The generated Q App definition.
|
String |
getProblemStatement()
The problem statement extracted from the input conversation, if provided.
|
int |
hashCode() |
void |
setApp(PredictAppDefinition app)
The generated Q App definition.
|
void |
setProblemStatement(String problemStatement)
The problem statement extracted from the input conversation, if provided.
|
String |
toString()
Returns a string representation of this object.
|
PredictQAppResult |
withApp(PredictAppDefinition app)
The generated Q App definition.
|
PredictQAppResult |
withProblemStatement(String problemStatement)
The problem statement extracted from the input conversation, if provided.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApp(PredictAppDefinition app)
The generated Q App definition.
app
- The generated Q App definition.public PredictAppDefinition getApp()
The generated Q App definition.
public PredictQAppResult withApp(PredictAppDefinition app)
The generated Q App definition.
app
- The generated Q App definition.public void setProblemStatement(String problemStatement)
The problem statement extracted from the input conversation, if provided.
problemStatement
- The problem statement extracted from the input conversation, if provided.public String getProblemStatement()
The problem statement extracted from the input conversation, if provided.
public PredictQAppResult withProblemStatement(String problemStatement)
The problem statement extracted from the input conversation, if provided.
problemStatement
- The problem statement extracted from the input conversation, if provided.public String toString()
toString
in class Object
Object.toString()
public PredictQAppResult clone()