@Stability(value=Stable)
public static interface CfnDecoderManifest.CanSignalDecoderProperty
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.*;
Object factor;
Object isBigEndian;
Object isSigned;
Object length;
Object messageId;
Object offset;
Object startBit;
CanSignalDecoderProperty canSignalDecoderProperty = CanSignalDecoderProperty.builder()
.canSignal(CanSignalProperty.builder()
.factor(factor)
.isBigEndian(isBigEndian)
.isSigned(isSigned)
.length(length)
.messageId(messageId)
.offset(offset)
.startBit(startBit)
// the properties below are optional
.name("name")
.build())
.fullyQualifiedName("fullyQualifiedName")
.interfaceId("interfaceId")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDecoderManifest.CanSignalDecoderProperty.Builder
A builder for
CfnDecoderManifest.CanSignalDecoderProperty |
static class |
CfnDecoderManifest.CanSignalDecoderProperty.Jsii$Proxy
An implementation for
CfnDecoderManifest.CanSignalDecoderProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDecoderManifest.CanSignalDecoderProperty.Builder |
builder() |
Object |
getCanSignal()
`CfnDecoderManifest.CanSignalDecoderProperty.CanSignal`.
|
String |
getFullyQualifiedName()
`CfnDecoderManifest.CanSignalDecoderProperty.FullyQualifiedName`.
|
String |
getInterfaceId()
`CfnDecoderManifest.CanSignalDecoderProperty.InterfaceId`.
|
String |
getType()
`CfnDecoderManifest.CanSignalDecoderProperty.Type`.
|
@Stability(value=Stable) @NotNull Object getCanSignal()
@Stability(value=Stable) @NotNull String getFullyQualifiedName()
@Stability(value=Stable) @NotNull String getInterfaceId()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) static CfnDecoderManifest.CanSignalDecoderProperty.Builder builder()
Copyright © 2022. All rights reserved.