@Generated(value="software.amazon.awssdk:codegen") public final class Detector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Detector.Builder,Detector>
Information about the detector (instance).
| Modifier and Type | Class and Description |
|---|---|
static interface |
Detector.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Detector.Builder |
builder() |
Instant |
creationTime()
The time the detector (instance) was created.
|
String |
detectorModelName()
The name of the detector model that created this detector (instance).
|
String |
detectorModelVersion()
The version of the detector model that created this detector (instance).
|
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 key (identifying the device or system) that caused the creation of this detector (instance).
|
Instant |
lastUpdateTime()
The time the detector (instance) was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Detector.Builder> |
serializableBuilderClass() |
DetectorState |
state()
The current state of the detector (instance).
|
Detector.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String detectorModelName()
The name of the detector model that created this detector (instance).
public final String keyValue()
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
public final String detectorModelVersion()
The version of the detector model that created this detector (instance).
public final DetectorState state()
The current state of the detector (instance).
public final Instant creationTime()
The time the detector (instance) was created.
public final Instant lastUpdateTime()
The time the detector (instance) was last updated.
public Detector.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Detector.Builder,Detector>public static Detector.Builder builder()
public static Class<? extends Detector.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.