Class InterpolationParameters
- java.lang.Object
-
- software.amazon.awssdk.services.iottwinmaker.model.InterpolationParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InterpolationParameters.Builder,InterpolationParameters>
@Generated("software.amazon.awssdk:codegen") public final class InterpolationParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InterpolationParameters.Builder,InterpolationParameters>
An object that specifies how to interpolate data in a list.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInterpolationParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InterpolationParameters.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InterpolationTypeinterpolationType()The interpolation type.StringinterpolationTypeAsString()The interpolation type.LongintervalInSeconds()The interpolation time interval in seconds.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InterpolationParameters.Builder>serializableBuilderClass()InterpolationParameters.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
-
interpolationType
public final InterpolationType interpolationType()
The interpolation type.
If the service returns an enum value that is not available in the current SDK version,
interpolationTypewill returnInterpolationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominterpolationTypeAsString().- Returns:
- The interpolation type.
- See Also:
InterpolationType
-
interpolationTypeAsString
public final String interpolationTypeAsString()
The interpolation type.
If the service returns an enum value that is not available in the current SDK version,
interpolationTypewill returnInterpolationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominterpolationTypeAsString().- Returns:
- The interpolation type.
- See Also:
InterpolationType
-
intervalInSeconds
public final Long intervalInSeconds()
The interpolation time interval in seconds.
- Returns:
- The interpolation time interval in seconds.
-
toBuilder
public InterpolationParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InterpolationParameters.Builder,InterpolationParameters>
-
builder
public static InterpolationParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends InterpolationParameters.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
-
-