@Generated(value="software.amazon.awssdk:codegen") public final class NetworkFileDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkFileDefinition.Builder,NetworkFileDefinition>
Specifications for defining a vehicle network.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NetworkFileDefinition.Builder |
static class |
NetworkFileDefinition.Type |
| Modifier and Type | Method and Description |
|---|---|
static NetworkFileDefinition.Builder |
builder() |
CanDbcDefinition |
canDbc()
Information, including CAN DBC files, about the configurations used to create a decoder manifest.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static NetworkFileDefinition |
fromCanDbc(CanDbcDefinition canDbc)
Create an instance of this class with
canDbc() initialized to the given value. |
static NetworkFileDefinition |
fromCanDbc(Consumer<CanDbcDefinition.Builder> canDbc)
Create an instance of this class with
canDbc() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkFileDefinition.Builder> |
serializableBuilderClass() |
NetworkFileDefinition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
NetworkFileDefinition.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CanDbcDefinition canDbc()
Information, including CAN DBC files, about the configurations used to create a decoder manifest.
public NetworkFileDefinition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NetworkFileDefinition.Builder,NetworkFileDefinition>public static NetworkFileDefinition.Builder builder()
public static Class<? extends NetworkFileDefinition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static NetworkFileDefinition fromCanDbc(CanDbcDefinition canDbc)
canDbc() initialized to the given value.
Information, including CAN DBC files, about the configurations used to create a decoder manifest.
canDbc - Information, including CAN DBC files, about the configurations used to create a decoder manifest.public static NetworkFileDefinition fromCanDbc(Consumer<CanDbcDefinition.Builder> canDbc)
canDbc() initialized to the given value.
Information, including CAN DBC files, about the configurations used to create a decoder manifest.
canDbc - Information, including CAN DBC files, about the configurations used to create a decoder manifest.public NetworkFileDefinition.Type type()
NetworkFileDefinition.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be NetworkFileDefinition.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2022. All rights reserved.