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