@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDetectorRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateDetectorRequest.Builder,UpdateDetectorRequest>
Information used to update the detector (instance).
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDetectorRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDetectorRequest.Builder |
builder() |
String |
detectorModelName()
The name of the detector model that created the detectors (instances).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyValue()
The value of the input key attribute (identifying the device or system) that caused the creation of this detector
(instance).
|
String |
messageId()
The ID to assign to the detector update
"message". |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDetectorRequest.Builder> |
serializableBuilderClass() |
DetectorStateDefinition |
state()
The new state, variable values, and timer settings of the detector (instance).
|
UpdateDetectorRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String messageId()
The ID to assign to the detector update "message". Each "messageId" must be unique
within each batch sent.
"message". Each "messageId" must be
unique within each batch sent.public final String detectorModelName()
The name of the detector model that created the detectors (instances).
public final String keyValue()
The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance).
public final DetectorStateDefinition state()
The new state, variable values, and timer settings of the detector (instance).
public UpdateDetectorRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDetectorRequest.Builder,UpdateDetectorRequest>public static UpdateDetectorRequest.Builder builder()
public static Class<? extends UpdateDetectorRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.