Class TopicIR
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TopicIR
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TopicIR.Builder,TopicIR>
@Generated("software.amazon.awssdk:codegen") public final class TopicIR extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TopicIR.Builder,TopicIR>
The definition for a
TopicIR.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTopicIR.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopicIR.Builderbuilder()TopicIRContributionAnalysiscontributionAnalysis()The contribution analysis for theTopicIR.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)List<List<TopicIRFilterOption>>filters()The filters for theTopicIR.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)List<TopicIRGroupBy>groupByList()The GroupBy list for theTopicIR.booleanhasFilters()For responses, this returns true if the service returned a value for the Filters property.booleanhasGroupByList()For responses, this returns true if the service returned a value for the GroupByList property.inthashCode()booleanhasMetrics()For responses, this returns true if the service returned a value for the Metrics property.List<TopicIRMetric>metrics()The metrics for theTopicIR.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TopicIR.Builder>serializableBuilderClass()TopicSortClausesort()The sort for theTopicIR.TopicIR.BuildertoBuilder()StringtoString()Returns a string representation of this object.VisualOptionsvisual()The visual for theTopicIR.-
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
-
hasMetrics
public final boolean hasMetrics()
For responses, this returns true if the service returned a value for the Metrics property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
metrics
public final List<TopicIRMetric> metrics()
The metrics for the
TopicIR.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasMetrics()method.- Returns:
- The metrics for the
TopicIR.
-
hasGroupByList
public final boolean hasGroupByList()
For responses, this returns true if the service returned a value for the GroupByList property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
groupByList
public final List<TopicIRGroupBy> groupByList()
The GroupBy list for the
TopicIR.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasGroupByList()method.- Returns:
- The GroupBy list for the
TopicIR.
-
hasFilters
public final boolean hasFilters()
For responses, this returns true if the service returned a value for the Filters property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
filters
public final List<List<TopicIRFilterOption>> filters()
The filters for the
TopicIR.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasFilters()method.- Returns:
- The filters for the
TopicIR.
-
sort
public final TopicSortClause sort()
The sort for the
TopicIR.- Returns:
- The sort for the
TopicIR.
-
contributionAnalysis
public final TopicIRContributionAnalysis contributionAnalysis()
The contribution analysis for the
TopicIR.- Returns:
- The contribution analysis for the
TopicIR.
-
visual
public final VisualOptions visual()
The visual for the
TopicIR.- Returns:
- The visual for the
TopicIR.
-
toBuilder
public TopicIR.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TopicIR.Builder,TopicIR>
-
builder
public static TopicIR.Builder builder()
-
serializableBuilderClass
public static Class<? extends TopicIR.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
-
-