Class UpdateDetectorRequest
- java.lang.Object
-
- software.amazon.awssdk.services.ioteventsdata.model.UpdateDetectorRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateDetectorRequest.Builder,UpdateDetectorRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateDetectorRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateDetectorRequest.Builder,UpdateDetectorRequest>
Information used to update the detector (instance).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateDetectorRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateDetectorRequest.Builderbuilder()StringdetectorModelName()The name of the detector model that created the detectors (instances).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyValue()The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance).StringmessageId()The ID to assign to the detector update"message".List<SdkField<?>>sdkFields()static Class<? extends UpdateDetectorRequest.Builder>serializableBuilderClass()DetectorStateDefinitionstate()The new state, variable values, and timer settings of the detector (instance).UpdateDetectorRequest.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
-
messageId
public final String messageId()
The ID to assign to the detector update
"message". Each"messageId"must be unique within each batch sent.- Returns:
- The ID to assign to the detector update
"message". Each"messageId"must be unique within each batch sent.
-
detectorModelName
public final String detectorModelName()
The name of the detector model that created the detectors (instances).
- Returns:
- The name of the detector model that created the detectors (instances).
-
keyValue
public final String keyValue()
The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance).
- Returns:
- The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance).
-
state
public final DetectorStateDefinition state()
The new state, variable values, and timer settings of the detector (instance).
- Returns:
- The new state, variable values, and timer settings of the detector (instance).
-
toBuilder
public UpdateDetectorRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateDetectorRequest.Builder,UpdateDetectorRequest>
-
builder
public static UpdateDetectorRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateDetectorRequest.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.
-
-