Class PredictQaResultsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.quicksight.model.QuickSightRequest
-
- software.amazon.awssdk.services.quicksight.model.PredictQaResultsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PredictQaResultsRequest.Builder,PredictQaResultsRequest>
@Generated("software.amazon.awssdk:codegen") public final class PredictQaResultsRequest extends QuickSightRequest implements ToCopyableBuilder<PredictQaResultsRequest.Builder,PredictQaResultsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePredictQaResultsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsAccountId()The ID of the Amazon Web Services account that the user wants to execute Predict QA results in.static PredictQaResultsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IncludeGeneratedAnswerincludeGeneratedAnswer()Indicates whether generated answers are included or excluded.StringincludeGeneratedAnswerAsString()Indicates whether generated answers are included or excluded.IncludeQuickSightQIndexincludeQuickSightQIndex()Indicates whether Q indicies are included or excluded.StringincludeQuickSightQIndexAsString()Indicates whether Q indicies are included or excluded.IntegermaxTopicsToConsider()The number of maximum topics to be considered to predict QA results.StringqueryText()The query text to be used to predict QA results.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PredictQaResultsRequest.Builder>serializableBuilderClass()PredictQaResultsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
awsAccountId
public final String awsAccountId()
The ID of the Amazon Web Services account that the user wants to execute Predict QA results in.
- Returns:
- The ID of the Amazon Web Services account that the user wants to execute Predict QA results in.
-
queryText
public final String queryText()
The query text to be used to predict QA results.
- Returns:
- The query text to be used to predict QA results.
-
includeQuickSightQIndex
public final IncludeQuickSightQIndex includeQuickSightQIndex()
Indicates whether Q indicies are included or excluded.
If the service returns an enum value that is not available in the current SDK version,
includeQuickSightQIndexwill returnIncludeQuickSightQIndex.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromincludeQuickSightQIndexAsString().- Returns:
- Indicates whether Q indicies are included or excluded.
- See Also:
IncludeQuickSightQIndex
-
includeQuickSightQIndexAsString
public final String includeQuickSightQIndexAsString()
Indicates whether Q indicies are included or excluded.
If the service returns an enum value that is not available in the current SDK version,
includeQuickSightQIndexwill returnIncludeQuickSightQIndex.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromincludeQuickSightQIndexAsString().- Returns:
- Indicates whether Q indicies are included or excluded.
- See Also:
IncludeQuickSightQIndex
-
includeGeneratedAnswer
public final IncludeGeneratedAnswer includeGeneratedAnswer()
Indicates whether generated answers are included or excluded.
If the service returns an enum value that is not available in the current SDK version,
includeGeneratedAnswerwill returnIncludeGeneratedAnswer.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromincludeGeneratedAnswerAsString().- Returns:
- Indicates whether generated answers are included or excluded.
- See Also:
IncludeGeneratedAnswer
-
includeGeneratedAnswerAsString
public final String includeGeneratedAnswerAsString()
Indicates whether generated answers are included or excluded.
If the service returns an enum value that is not available in the current SDK version,
includeGeneratedAnswerwill returnIncludeGeneratedAnswer.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromincludeGeneratedAnswerAsString().- Returns:
- Indicates whether generated answers are included or excluded.
- See Also:
IncludeGeneratedAnswer
-
maxTopicsToConsider
public final Integer maxTopicsToConsider()
The number of maximum topics to be considered to predict QA results.
- Returns:
- The number of maximum topics to be considered to predict QA results.
-
toBuilder
public PredictQaResultsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PredictQaResultsRequest.Builder,PredictQaResultsRequest>- Specified by:
toBuilderin classQuickSightRequest
-
builder
public static PredictQaResultsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends PredictQaResultsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-