@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PredictAppDefinition extends Object implements Serializable, Cloneable, StructuredPojo
The definition of an Amazon Q App generated based on input such as a conversation or problem statement.
| Constructor and Description |
|---|
PredictAppDefinition() |
| Modifier and Type | Method and Description |
|---|---|
PredictAppDefinition |
clone() |
boolean |
equals(Object obj) |
AppDefinitionInput |
getAppDefinition()
The definition specifying the cards and flow of the generated Q App.
|
String |
getDescription()
The description of the generated Q App definition.
|
String |
getTitle()
The title of the generated Q App definition.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAppDefinition(AppDefinitionInput appDefinition)
The definition specifying the cards and flow of the generated Q App.
|
void |
setDescription(String description)
The description of the generated Q App definition.
|
void |
setTitle(String title)
The title of the generated Q App definition.
|
String |
toString()
Returns a string representation of this object.
|
PredictAppDefinition |
withAppDefinition(AppDefinitionInput appDefinition)
The definition specifying the cards and flow of the generated Q App.
|
PredictAppDefinition |
withDescription(String description)
The description of the generated Q App definition.
|
PredictAppDefinition |
withTitle(String title)
The title of the generated Q App definition.
|
public void setTitle(String title)
The title of the generated Q App definition.
title - The title of the generated Q App definition.public String getTitle()
The title of the generated Q App definition.
public PredictAppDefinition withTitle(String title)
The title of the generated Q App definition.
title - The title of the generated Q App definition.public void setDescription(String description)
The description of the generated Q App definition.
description - The description of the generated Q App definition.public String getDescription()
The description of the generated Q App definition.
public PredictAppDefinition withDescription(String description)
The description of the generated Q App definition.
description - The description of the generated Q App definition.public void setAppDefinition(AppDefinitionInput appDefinition)
The definition specifying the cards and flow of the generated Q App.
appDefinition - The definition specifying the cards and flow of the generated Q App.public AppDefinitionInput getAppDefinition()
The definition specifying the cards and flow of the generated Q App.
public PredictAppDefinition withAppDefinition(AppDefinitionInput appDefinition)
The definition specifying the cards and flow of the generated Q App.
appDefinition - The definition specifying the cards and flow of the generated Q App.public String toString()
toString in class ObjectObject.toString()public PredictAppDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.