Class TopicReviewedAnswer
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TopicReviewedAnswer
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TopicReviewedAnswer.Builder,TopicReviewedAnswer>
@Generated("software.amazon.awssdk:codegen") public final class TopicReviewedAnswer extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TopicReviewedAnswer.Builder,TopicReviewedAnswer>
The deinition for a
TopicReviewedAnswer.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTopicReviewedAnswer.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringanswerId()The answer ID of the reviewed answer.Stringarn()The Amazon Resource Name (ARN) of the reviewed answer.static TopicReviewedAnswer.Builderbuilder()StringdatasetArn()The Dataset ARN for theTopicReviewedAnswer.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()TopicIRmir()The mir for theTopicReviewedAnswer.TopicVisualprimaryVisual()The primary visual for theTopicReviewedAnswer.Stringquestion()The question for theTopicReviewedAnswer.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TopicReviewedAnswer.Builder>serializableBuilderClass()TopicTemplatetemplate()The template for theTopicReviewedAnswer.TopicReviewedAnswer.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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the reviewed answer.
- Returns:
- The Amazon Resource Name (ARN) of the reviewed answer.
-
answerId
public final String answerId()
The answer ID of the reviewed answer.
- Returns:
- The answer ID of the reviewed answer.
-
datasetArn
public final String datasetArn()
The Dataset ARN for the
TopicReviewedAnswer.- Returns:
- The Dataset ARN for the
TopicReviewedAnswer.
-
question
public final String question()
The question for the
TopicReviewedAnswer.- Returns:
- The question for the
TopicReviewedAnswer.
-
mir
public final TopicIR mir()
The mir for the
TopicReviewedAnswer.- Returns:
- The mir for the
TopicReviewedAnswer.
-
primaryVisual
public final TopicVisual primaryVisual()
The primary visual for the
TopicReviewedAnswer.- Returns:
- The primary visual for the
TopicReviewedAnswer.
-
template
public final TopicTemplate template()
The template for the
TopicReviewedAnswer.- Returns:
- The template for the
TopicReviewedAnswer.
-
toBuilder
public TopicReviewedAnswer.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TopicReviewedAnswer.Builder,TopicReviewedAnswer>
-
builder
public static TopicReviewedAnswer.Builder builder()
-
serializableBuilderClass
public static Class<? extends TopicReviewedAnswer.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-