@Stability(value=Stable)
public static interface CfnTaskDefinition.LoRaWANGatewayVersionProperty
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.iotwireless.*;
LoRaWANGatewayVersionProperty loRaWANGatewayVersionProperty = LoRaWANGatewayVersionProperty.builder()
.model("model")
.packageVersion("packageVersion")
.station("station")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTaskDefinition.LoRaWANGatewayVersionProperty.Builder
A builder for
CfnTaskDefinition.LoRaWANGatewayVersionProperty |
static class |
CfnTaskDefinition.LoRaWANGatewayVersionProperty.Jsii$Proxy
An implementation for
CfnTaskDefinition.LoRaWANGatewayVersionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTaskDefinition.LoRaWANGatewayVersionProperty.Builder |
builder() |
default String |
getModel()
`CfnTaskDefinition.LoRaWANGatewayVersionProperty.Model`.
|
default String |
getPackageVersion()
`CfnTaskDefinition.LoRaWANGatewayVersionProperty.PackageVersion`.
|
default String |
getStation()
`CfnTaskDefinition.LoRaWANGatewayVersionProperty.Station`.
|
@Stability(value=Stable) @Nullable default String getModel()
@Stability(value=Stable) @Nullable default String getPackageVersion()
@Stability(value=Stable) @Nullable default String getStation()
@Stability(value=Stable) static CfnTaskDefinition.LoRaWANGatewayVersionProperty.Builder builder()
Copyright © 2021. All rights reserved.