Class PredictAppDefinition
- java.lang.Object
-
- software.amazon.awssdk.services.qapps.model.PredictAppDefinition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PredictAppDefinition.Builder,PredictAppDefinition>
@Generated("software.amazon.awssdk:codegen") public final class PredictAppDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PredictAppDefinition.Builder,PredictAppDefinition>
The definition of an Amazon Q App generated based on input such as a conversation or problem statement.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePredictAppDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AppDefinitionInputappDefinition()The definition specifying the cards and flow of the generated Q App.static PredictAppDefinition.Builderbuilder()Stringdescription()The description of the generated Q App definition.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends PredictAppDefinition.Builder>serializableBuilderClass()Stringtitle()The title of the generated Q App definition.PredictAppDefinition.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
title
public final String title()
The title of the generated Q App definition.
- Returns:
- The title of the generated Q App definition.
-
description
public final String description()
The description of the generated Q App definition.
- Returns:
- The description of the generated Q App definition.
-
appDefinition
public final AppDefinitionInput appDefinition()
The definition specifying the cards and flow of the generated Q App.
- Returns:
- The definition specifying the cards and flow of the generated Q App.
-
toBuilder
public PredictAppDefinition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PredictAppDefinition.Builder,PredictAppDefinition>
-
builder
public static PredictAppDefinition.Builder builder()
-
serializableBuilderClass
public static Class<? extends PredictAppDefinition.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-