@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.843Z") @Stability(value=Stable) public interface CfnDeviceProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeviceProps.Builder
A builder for
CfnDeviceProps |
static class |
CfnDeviceProps.Jsii$Proxy
An implementation for
CfnDeviceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeviceProps.Builder |
builder() |
default String |
getDescription()
`AWS::NetworkManager::Device.Description`.
|
String |
getGlobalNetworkId()
`AWS::NetworkManager::Device.GlobalNetworkId`.
|
default Object |
getLocation()
`AWS::NetworkManager::Device.Location`.
|
default String |
getModel()
`AWS::NetworkManager::Device.Model`.
|
default String |
getSerialNumber()
`AWS::NetworkManager::Device.SerialNumber`.
|
default String |
getSiteId()
`AWS::NetworkManager::Device.SiteId`.
|
default List<CfnTag> |
getTags()
`AWS::NetworkManager::Device.Tags`.
|
default String |
getType()
`AWS::NetworkManager::Device.Type`.
|
default String |
getVendor()
`AWS::NetworkManager::Device.Vendor`.
|
@Stability(value=Stable) @NotNull String getGlobalNetworkId()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getLocation()
@Stability(value=Stable) @Nullable default String getModel()
@Stability(value=Stable) @Nullable default String getSerialNumber()
@Stability(value=Stable) @Nullable default String getSiteId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) @Nullable default String getVendor()
@Stability(value=Stable) static CfnDeviceProps.Builder builder()
CfnDeviceProps.Builder of CfnDevicePropsCopyright © 2021. All rights reserved.