Class SignalCatalogSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.SignalCatalogSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SignalCatalogSummary.Builder,SignalCatalogSummary>
@Generated("software.amazon.awssdk:codegen") public final class SignalCatalogSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SignalCatalogSummary.Builder,SignalCatalogSummary>
Information about a collection of standardized signals, which can be attributes, branches, sensors, or actuators.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSignalCatalogSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the signal catalog.static SignalCatalogSummary.Builderbuilder()InstantcreationTime()The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModificationTime()The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).Stringname()The name of the signal catalog.List<SdkField<?>>sdkFields()static Class<? extends SignalCatalogSummary.Builder>serializableBuilderClass()SignalCatalogSummary.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
-
name
public final String name()
The name of the signal catalog.
- Returns:
- The name of the signal catalog.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the signal catalog.
- Returns:
- The Amazon Resource Name (ARN) of the signal catalog.
-
creationTime
public final Instant creationTime()
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
- Returns:
- The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
-
lastModificationTime
public final Instant lastModificationTime()
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
- Returns:
- The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
-
toBuilder
public SignalCatalogSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SignalCatalogSummary.Builder,SignalCatalogSummary>
-
builder
public static SignalCatalogSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends SignalCatalogSummary.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.
-
-