Class StateTemplateSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.StateTemplateSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StateTemplateSummary.Builder,StateTemplateSummary>
@Generated("software.amazon.awssdk:codegen") public final class StateTemplateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StateTemplateSummary.Builder,StateTemplateSummary>
Information about a state template.
Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStateTemplateSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the state template.static StateTemplateSummary.Builderbuilder()InstantcreationTime()The time the state template was created, in seconds since epoch (January 1, 1970 at midnight UTC time).Stringdescription()A brief description of the state template.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique ID of the state template.InstantlastModificationTime()The time the state template was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).Stringname()The name of the state template.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StateTemplateSummary.Builder>serializableBuilderClass()StringsignalCatalogArn()The Amazon Resource Name (ARN) of the signal catalog associated with the state template.StateTemplateSummary.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 state template.
- Returns:
- The name of the state template.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the state template.
- Returns:
- The Amazon Resource Name (ARN) of the state template.
-
signalCatalogArn
public final String signalCatalogArn()
The Amazon Resource Name (ARN) of the signal catalog associated with the state template.
- Returns:
- The Amazon Resource Name (ARN) of the signal catalog associated with the state template.
-
description
public final String description()
A brief description of the state template.
- Returns:
- A brief description of the state template.
-
creationTime
public final Instant creationTime()
The time the state template was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
- Returns:
- The time the state template was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
-
lastModificationTime
public final Instant lastModificationTime()
The time the state template was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
- Returns:
- The time the state template was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
-
id
public final String id()
The unique ID of the state template.
- Returns:
- The unique ID of the state template.
-
toBuilder
public StateTemplateSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StateTemplateSummary.Builder,StateTemplateSummary>
-
builder
public static StateTemplateSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends StateTemplateSummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-