Class CanInterface
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.CanInterface
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CanInterface.Builder,CanInterface>
@Generated("software.amazon.awssdk:codegen") public final class CanInterface extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CanInterface.Builder,CanInterface>
A single controller area network (CAN) device interface.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCanInterface.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CanInterface.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The unique name of the interface.StringprotocolName()The name of the communication protocol for the interface.StringprotocolVersion()The version of the communication protocol for the interface.List<SdkField<?>>sdkFields()static Class<? extends CanInterface.Builder>serializableBuilderClass()CanInterface.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 unique name of the interface.
- Returns:
- The unique name of the interface.
-
protocolName
public final String protocolName()
The name of the communication protocol for the interface.
- Returns:
- The name of the communication protocol for the interface.
-
protocolVersion
public final String protocolVersion()
The version of the communication protocol for the interface.
- Returns:
- The version of the communication protocol for the interface.
-
toBuilder
public CanInterface.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CanInterface.Builder,CanInterface>
-
builder
public static CanInterface.Builder builder()
-
serializableBuilderClass
public static Class<? extends CanInterface.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.
-
-