@Generated(value="software.amazon.awssdk:codegen") public final class DetectorModelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DetectorModelSummary.Builder,DetectorModelSummary>
Information about the detector model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DetectorModelSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DetectorModelSummary.Builder |
builder() |
Instant |
creationTime()
The time the detector model was created.
|
String |
detectorModelDescription()
A brief description of the detector model.
|
String |
detectorModelName()
The name of the detector model.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DetectorModelSummary.Builder> |
serializableBuilderClass() |
DetectorModelSummary.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.
public final String detectorModelDescription()
A brief description of the detector model.
public final Instant creationTime()
The time the detector model was created.
public DetectorModelSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DetectorModelSummary.Builder,DetectorModelSummary>public static DetectorModelSummary.Builder builder()
public static Class<? extends DetectorModelSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.