Class DetectorModelSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iotevents.model.DetectorModelSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DetectorModelSummary.Builder,DetectorModelSummary>
@Generated("software.amazon.awssdk:codegen") public final class DetectorModelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DetectorModelSummary.Builder,DetectorModelSummary>
Information about the detector model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDetectorModelSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DetectorModelSummary.Builderbuilder()InstantcreationTime()The time the detector model was created.StringdetectorModelDescription()A brief description of the detector model.StringdetectorModelName()The name of the detector model.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DetectorModelSummary.Builder>serializableBuilderClass()DetectorModelSummary.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.
-
detectorModelDescription
public final String detectorModelDescription()
A brief description of the detector model.
- Returns:
- A brief description of the detector model.
-
creationTime
public final Instant creationTime()
The time the detector model was created.
- Returns:
- The time the detector model was created.
-
toBuilder
public DetectorModelSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DetectorModelSummary.Builder,DetectorModelSummary>
-
builder
public static DetectorModelSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DetectorModelSummary.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.
-
-