Class DetectorModelVersionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iotevents.model.DetectorModelVersionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DetectorModelVersionSummary.Builder,DetectorModelVersionSummary>
@Generated("software.amazon.awssdk:codegen") public final class DetectorModelVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DetectorModelVersionSummary.Builder,DetectorModelVersionSummary>
Information about the detector model version.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDetectorModelVersionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DetectorModelVersionSummary.Builderbuilder()InstantcreationTime()The time the detector model version was created.StringdetectorModelArn()The ARN of the detector model version.StringdetectorModelName()The name of the detector model.StringdetectorModelVersion()The ID of the detector model version.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EvaluationMethodevaluationMethod()Information about the order in which events are evaluated and how actions are executed.StringevaluationMethodAsString()Information about the order in which events are evaluated and how actions are executed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdateTime()The last time the detector model version was updated.StringroleArn()The ARN of the role that grants the detector model permission to perform its tasks.List<SdkField<?>>sdkFields()static Class<? extends DetectorModelVersionSummary.Builder>serializableBuilderClass()DetectorModelVersionStatusstatus()The status of the detector model version.StringstatusAsString()The status of the detector model version.DetectorModelVersionSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
detectorModelName
public final String detectorModelName()
The name of the detector model.
- Returns:
- The name of the detector model.
-
detectorModelVersion
public final String detectorModelVersion()
The ID of the detector model version.
- Returns:
- The ID of the detector model version.
-
detectorModelArn
public final String detectorModelArn()
The ARN of the detector model version.
- Returns:
- The ARN of the detector model version.
-
roleArn
public final String roleArn()
The ARN of the role that grants the detector model permission to perform its tasks.
- Returns:
- The ARN of the role that grants the detector model permission to perform its tasks.
-
creationTime
public final Instant creationTime()
The time the detector model version was created.
- Returns:
- The time the detector model version was created.
-
lastUpdateTime
public final Instant lastUpdateTime()
The last time the detector model version was updated.
- Returns:
- The last time the detector model version was updated.
-
status
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,
statuswill returnDetectorModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the detector model version.
- See Also:
DetectorModelVersionStatus
-
statusAsString
public 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,
statuswill returnDetectorModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the detector model version.
- See Also:
DetectorModelVersionStatus
-
evaluationMethod
public 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,
evaluationMethodwill returnEvaluationMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromevaluationMethodAsString().- Returns:
- Information about the order in which events are evaluated and how actions are executed.
- See Also:
EvaluationMethod
-
evaluationMethodAsString
public 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,
evaluationMethodwill returnEvaluationMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromevaluationMethodAsString().- Returns:
- Information about the order in which events are evaluated and how actions are executed.
- See Also:
EvaluationMethod
-
toBuilder
public DetectorModelVersionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DetectorModelVersionSummary.Builder,DetectorModelVersionSummary>
-
builder
public static DetectorModelVersionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DetectorModelVersionSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-