@Generated(value="software.amazon.awssdk:codegen") public final class CanDbcDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CanDbcDefinition.Builder,CanDbcDefinition>
Configurations used to create a decoder manifest.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CanDbcDefinition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CanDbcDefinition.Builder |
builder() |
List<SdkBytes> |
canDbcFiles()
A list of DBC files.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCanDbcFiles()
For responses, this returns true if the service returned a value for the CanDbcFiles property.
|
int |
hashCode() |
boolean |
hasSignalsMap()
For responses, this returns true if the service returned a value for the SignalsMap property.
|
String |
networkInterface()
Contains information about a network interface.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CanDbcDefinition.Builder> |
serializableBuilderClass() |
Map<String,String> |
signalsMap()
Pairs every signal specified in your vehicle model with a signal decoder.
|
CanDbcDefinition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String networkInterface()
Contains information about a network interface.
public final boolean hasCanDbcFiles()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<SdkBytes> canDbcFiles()
A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCanDbcFiles() method.
public final boolean hasSignalsMap()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final Map<String,String> signalsMap()
Pairs every signal specified in your vehicle model with a signal decoder.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSignalsMap() method.
public CanDbcDefinition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CanDbcDefinition.Builder,CanDbcDefinition>public static CanDbcDefinition.Builder builder()
public static Class<? extends CanDbcDefinition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.