@Stability(value=Stable)
public static interface CfnDecoderManifest.NetworkInterfacesItemsProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iotfleetwise.*; NetworkInterfacesItemsProperty networkInterfacesItemsProperty = NetworkInterfacesItemsProperty.builder() .interfaceId("interfaceId") .type("type") // the properties below are optional .canInterface(CanInterfaceProperty.builder() .name("name") // the properties below are optional .protocolName("protocolName") .protocolVersion("protocolVersion") .build()) .obdInterface(ObdInterfaceProperty.builder() .name("name") .requestMessageId("requestMessageId") // the properties below are optional .dtcRequestIntervalSeconds("dtcRequestIntervalSeconds") .hasTransmissionEcu("hasTransmissionEcu") .obdStandard("obdStandard") .pidRequestIntervalSeconds("pidRequestIntervalSeconds") .useExtendedIds("useExtendedIds") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDecoderManifest.NetworkInterfacesItemsProperty.Builder
A builder for
CfnDecoderManifest.NetworkInterfacesItemsProperty |
static class |
CfnDecoderManifest.NetworkInterfacesItemsProperty.Jsii$Proxy
An implementation for
CfnDecoderManifest.NetworkInterfacesItemsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDecoderManifest.NetworkInterfacesItemsProperty.Builder |
builder() |
default Object |
getCanInterface()
`CfnDecoderManifest.NetworkInterfacesItemsProperty.CanInterface`.
|
String |
getInterfaceId()
`CfnDecoderManifest.NetworkInterfacesItemsProperty.InterfaceId`.
|
default Object |
getObdInterface()
`CfnDecoderManifest.NetworkInterfacesItemsProperty.ObdInterface`.
|
String |
getType()
`CfnDecoderManifest.NetworkInterfacesItemsProperty.Type`.
|
@Stability(value=Stable) @NotNull String getInterfaceId()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Object getCanInterface()
@Stability(value=Stable) @Nullable default Object getObdInterface()
@Stability(value=Stable) static CfnDecoderManifest.NetworkInterfacesItemsProperty.Builder builder()
Copyright © 2023. All rights reserved.