Class StateTemplateAssociation
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.StateTemplateAssociation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StateTemplateAssociation.Builder,StateTemplateAssociation>
@Generated("software.amazon.awssdk:codegen") public final class StateTemplateAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StateTemplateAssociation.Builder,StateTemplateAssociation>
The state template associated with a vehicle. State templates contain state properties, which are signals that belong to a signal catalog that is synchronized between the Amazon Web Services IoT FleetWise Edge and the Amazon Web Services Cloud.
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 interfaceStateTemplateAssociation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StateTemplateAssociation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringidentifier()A unique, service-generated identifier.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StateTemplateAssociation.Builder>serializableBuilderClass()StateTemplateUpdateStrategystateTemplateUpdateStrategy()Returns the value of the StateTemplateUpdateStrategy property for this object.StateTemplateAssociation.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
-
identifier
public final String identifier()
A unique, service-generated identifier.
- Returns:
- A unique, service-generated identifier.
-
stateTemplateUpdateStrategy
public final StateTemplateUpdateStrategy stateTemplateUpdateStrategy()
Returns the value of the StateTemplateUpdateStrategy property for this object.- Returns:
- The value of the StateTemplateUpdateStrategy property for this object.
-
toBuilder
public StateTemplateAssociation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StateTemplateAssociation.Builder,StateTemplateAssociation>
-
builder
public static StateTemplateAssociation.Builder builder()
-
serializableBuilderClass
public static Class<? extends StateTemplateAssociation.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
-
-