Interface CfnDevice.LocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDevice.LocationProperty.Jsii$Proxy
- Enclosing class:
CfnDevice
@Stability(Stable)
public static interface CfnDevice.LocationProperty
extends software.amazon.jsii.JsiiSerializable
Describes a location.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.networkmanager.*; LocationProperty locationProperty = LocationProperty.builder() .address("address") .latitude("latitude") .longitude("longitude") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDevice.LocationProperty
static final class
An implementation forCfnDevice.LocationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAddress
The physical address.- See Also:
-
getLatitude
The latitude.- See Also:
-
getLongitude
The longitude.- See Also:
-
builder
- Returns:
- a
CfnDevice.LocationProperty.Builder
ofCfnDevice.LocationProperty
-