Class TopicIRComparisonMethod
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.TopicIRComparisonMethod
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TopicIRComparisonMethod.Builder,TopicIRComparisonMethod>
@Generated("software.amazon.awssdk:codegen") public final class TopicIRComparisonMethod extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TopicIRComparisonMethod.Builder,TopicIRComparisonMethod>
The definition of a
TopicIRComparisonMethod.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTopicIRComparisonMethod.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopicIRComparisonMethod.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()TopicTimeGranularityperiod()The period for theTopicIRComparisonMethod.StringperiodAsString()The period for theTopicIRComparisonMethod.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TopicIRComparisonMethod.Builder>serializableBuilderClass()TopicIRComparisonMethod.BuildertoBuilder()StringtoString()Returns a string representation of this object.ComparisonMethodTypetype()The type for theTopicIRComparisonMethod.StringtypeAsString()The type for theTopicIRComparisonMethod.IntegerwindowSize()The window size for theTopicIRComparisonMethod.-
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
-
type
public final ComparisonMethodType type()
The type for the
TopicIRComparisonMethod.If the service returns an enum value that is not available in the current SDK version,
typewill returnComparisonMethodType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type for the
TopicIRComparisonMethod. - See Also:
ComparisonMethodType
-
typeAsString
public final String typeAsString()
The type for the
TopicIRComparisonMethod.If the service returns an enum value that is not available in the current SDK version,
typewill returnComparisonMethodType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type for the
TopicIRComparisonMethod. - See Also:
ComparisonMethodType
-
period
public final TopicTimeGranularity period()
The period for the
TopicIRComparisonMethod.If the service returns an enum value that is not available in the current SDK version,
periodwill returnTopicTimeGranularity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromperiodAsString().- Returns:
- The period for the
TopicIRComparisonMethod. - See Also:
TopicTimeGranularity
-
periodAsString
public final String periodAsString()
The period for the
TopicIRComparisonMethod.If the service returns an enum value that is not available in the current SDK version,
periodwill returnTopicTimeGranularity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromperiodAsString().- Returns:
- The period for the
TopicIRComparisonMethod. - See Also:
TopicTimeGranularity
-
windowSize
public final Integer windowSize()
The window size for the
TopicIRComparisonMethod.- Returns:
- The window size for the
TopicIRComparisonMethod.
-
toBuilder
public TopicIRComparisonMethod.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TopicIRComparisonMethod.Builder,TopicIRComparisonMethod>
-
builder
public static TopicIRComparisonMethod.Builder builder()
-
serializableBuilderClass
public static Class<? extends TopicIRComparisonMethod.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
-
-