Class ConditionBasedSignalFetchConfig
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.ConditionBasedSignalFetchConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConditionBasedSignalFetchConfig.Builder,ConditionBasedSignalFetchConfig>
@Generated("software.amazon.awssdk:codegen") public final class ConditionBasedSignalFetchConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConditionBasedSignalFetchConfig.Builder,ConditionBasedSignalFetchConfig>
Specifies the condition under which a signal fetch occurs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConditionBasedSignalFetchConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConditionBasedSignalFetchConfig.Builderbuilder()StringconditionExpression()The condition that must be satisfied to trigger a signal fetch.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ConditionBasedSignalFetchConfig.Builder>serializableBuilderClass()ConditionBasedSignalFetchConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.TriggerModetriggerMode()Indicates the mode in which the signal fetch is triggered.StringtriggerModeAsString()Indicates the mode in which the signal fetch is triggered.-
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
-
conditionExpression
public final String conditionExpression()
The condition that must be satisfied to trigger a signal fetch.
- Returns:
- The condition that must be satisfied to trigger a signal fetch.
-
triggerMode
public final TriggerMode triggerMode()
Indicates the mode in which the signal fetch is triggered.
If the service returns an enum value that is not available in the current SDK version,
triggerModewill returnTriggerMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtriggerModeAsString().- Returns:
- Indicates the mode in which the signal fetch is triggered.
- See Also:
TriggerMode
-
triggerModeAsString
public final String triggerModeAsString()
Indicates the mode in which the signal fetch is triggered.
If the service returns an enum value that is not available in the current SDK version,
triggerModewill returnTriggerMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtriggerModeAsString().- Returns:
- Indicates the mode in which the signal fetch is triggered.
- See Also:
TriggerMode
-
toBuilder
public ConditionBasedSignalFetchConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConditionBasedSignalFetchConfig.Builder,ConditionBasedSignalFetchConfig>
-
builder
public static ConditionBasedSignalFetchConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConditionBasedSignalFetchConfig.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
-
-