@Generated(value="software.amazon.awssdk:codegen") public final class DetectorSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DetectorSummary.Builder,DetectorSummary>
Information about the detector (instance).
| Modifier and Type | Class and Description |
|---|---|
static interface |
DetectorSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DetectorSummary.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 DetectorSummary.Builder> |
serializableBuilderClass() |
DetectorStateSummary |
state()
The current state of the detector (instance).
|
DetectorSummary.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 DetectorStateSummary 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 DetectorSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DetectorSummary.Builder,DetectorSummary>public static DetectorSummary.Builder builder()
public static Class<? extends DetectorSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.