@Generated(value="software.amazon.awssdk:codegen") public final class DetectorModelVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DetectorModelVersionSummary.Builder,DetectorModelVersionSummary>
Information about the detector model version.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DetectorModelVersionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DetectorModelVersionSummary.Builder |
builder() |
Instant |
creationTime()
The time the detector model version was created.
|
String |
detectorModelArn()
The ARN of the detector model version.
|
String |
detectorModelName()
The name of the detector model.
|
String |
detectorModelVersion()
The ID of the detector model version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EvaluationMethod |
evaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
|
String |
evaluationMethodAsString()
Information about the order in which events are evaluated and how actions are executed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdateTime()
The last time the detector model version was updated.
|
String |
roleArn()
The ARN of the role that grants the detector model permission to perform its tasks.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DetectorModelVersionSummary.Builder> |
serializableBuilderClass() |
DetectorModelVersionStatus |
status()
The status of the detector model version.
|
String |
statusAsString()
The status of the detector model version.
|
DetectorModelVersionSummary.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 detectorModelVersion()
The ID of the detector model version.
public final String detectorModelArn()
The ARN of the detector model version.
public final String roleArn()
The ARN of the role that grants the detector model permission to perform its tasks.
public final Instant creationTime()
The time the detector model version was created.
public final Instant lastUpdateTime()
The last time the detector model version was updated.
public final DetectorModelVersionStatus status()
The status of the detector model version.
If the service returns an enum value that is not available in the current SDK version, status will
return DetectorModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
DetectorModelVersionStatuspublic final String statusAsString()
The status of the detector model version.
If the service returns an enum value that is not available in the current SDK version, status will
return DetectorModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
DetectorModelVersionStatuspublic final EvaluationMethod evaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
If the service returns an enum value that is not available in the current SDK version, evaluationMethod
will return EvaluationMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from evaluationMethodAsString().
EvaluationMethodpublic final String evaluationMethodAsString()
Information about the order in which events are evaluated and how actions are executed.
If the service returns an enum value that is not available in the current SDK version, evaluationMethod
will return EvaluationMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from evaluationMethodAsString().
EvaluationMethodpublic DetectorModelVersionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DetectorModelVersionSummary.Builder,DetectorModelVersionSummary>public static DetectorModelVersionSummary.Builder builder()
public static Class<? extends DetectorModelVersionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.